git ssb

3+

cel / ssb-npm-registry



Commit 14251d504418198fd278622cc498a5aff135d7d9

Use sha256 integrity in package-lock.json

cel committed on 1/20/2018, 12:34:47 AM
Parent: 3f7a2ecb3525af1f733b7d7d738395dd9e7dc16c

Files changed

package-lock.jsonchanged
package-lock.jsonView
@@ -31,9 +31,9 @@
3131 }
3232 },
3333 "hashlru": {
3434 "version": "http://localhost:8989/blobs/get/&EASZ1/L+jHuTVxrgbQrNlTdCenA8etAVuk/TGn92RoY=.sha256",
35- "integrity": "sha1-eTpYlD+QKupXgXfXsDNfE/JpS3E="
35+ "integrity": "sha256-EASZ1/L+jHuTVxrgbQrNlTdCenA8etAVuk/TGn92RoY="
3636 },
3737 "inherits": {
3838 "version": "2.0.3",
3939 "resolved": "http://localhost:8989/blobs/get/&f19Y6bVOh+JkeG5+hNngeKr2jBAD3p+miUUQHgI1bN8=.sha256",
@@ -103,9 +103,9 @@
103103 },
104104 "semver": {
105105 "version": "5.4.1",
106106 "resolved": "http://localhost:8989/blobs/get/&g9RJddYB3N4kZLtt5wGzYfSbu50VykRSS7J7Ca2xWNQ=.sha256",
107- "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4="
107+ "integrity": "sha256-g9RJddYB3N4kZLtt5wGzYfSbu50VykRSS7J7Ca2xWNQ="
108108 },
109109 "stream-to-pull-stream": {
110110 "version": "1.7.2",
111111 "resolved": "http://localhost:8989/blobs/get/&djTfFg53BMgWrMVaCSww1ok8fAriwNnz0bsoj/MaZcI=.sha256",
@@ -125,9 +125,9 @@
125125 },
126126 "tar-stream": {
127127 "version": "1.5.4",
128128 "resolved": "http://localhost:8989/blobs/get/&a9eVdXQkdhoE0ECIcB8Pch05A9k38A8W3lwE7Rz22Ww=.sha256",
129- "integrity": "sha1-NlSc8E7RrumyowwBQyUiONr5QBY=",
129+ "integrity": "sha256-a9eVdXQkdhoE0ECIcB8Pch05A9k38A8W3lwE7Rz22Ww=",
130130 "requires": {
131131 "bl": "1.2.1",
132132 "end-of-stream": "1.4.0",
133133 "readable-stream": "2.3.3",

Built with git-ssb-web