pacote 13.2.0 → 13.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/registry.js +3 -0
- package/package.json +4 -4
package/lib/registry.js
CHANGED
|
@@ -165,6 +165,9 @@ class RegistryFetcher extends Fetcher {
|
|
|
165
165
|
}
|
|
166
166
|
if (this.integrity) {
|
|
167
167
|
mani._integrity = String(this.integrity)
|
|
168
|
+
if (dist.signatures) {
|
|
169
|
+
mani._signatures = dist.signatures
|
|
170
|
+
}
|
|
168
171
|
}
|
|
169
172
|
this.package = rpj.normalize(mani)
|
|
170
173
|
return this.package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pacote",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.3.0",
|
|
4
4
|
"description": "JavaScript package downloader",
|
|
5
5
|
"author": "GitHub Inc.",
|
|
6
6
|
"bin": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@npmcli/eslint-config": "^3.0.1",
|
|
29
|
-
"@npmcli/template-oss": "3.4.
|
|
29
|
+
"@npmcli/template-oss": "3.4.3",
|
|
30
30
|
"hosted-git-info": "^5.0.0",
|
|
31
31
|
"mutate-fs": "^2.1.1",
|
|
32
32
|
"nock": "^13.2.4",
|
|
33
|
-
"npm-registry-mock": "^1.3.
|
|
33
|
+
"npm-registry-mock": "^1.3.2",
|
|
34
34
|
"tap": "^16.0.1"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"templateOSS": {
|
|
76
76
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
77
|
-
"version": "3.4.
|
|
77
|
+
"version": "3.4.3",
|
|
78
78
|
"windowsCI": false
|
|
79
79
|
}
|
|
80
80
|
}
|