@salesforce/plugin-trust 3.6.0 → 3.6.1
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/README.md +1 -1
- package/npm-shrinkwrap.json +5 -7
- package/oclif.lock +6 -31
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -120,6 +120,6 @@ EXAMPLES
|
|
|
120
120
|
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.
|
|
123
|
+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.6.1/src/commands/plugins/trust/verify.ts)_
|
|
124
124
|
|
|
125
125
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-trust",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.2",
|
|
@@ -15899,8 +15899,6 @@
|
|
|
15899
15899
|
},
|
|
15900
15900
|
"node_modules/npm/node_modules/tar": {
|
|
15901
15901
|
"version": "6.2.0",
|
|
15902
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz",
|
|
15903
|
-
"integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
|
|
15904
15902
|
"inBundle": true,
|
|
15905
15903
|
"license": "ISC",
|
|
15906
15904
|
"dependencies": {
|
|
@@ -18981,9 +18979,9 @@
|
|
|
18981
18979
|
}
|
|
18982
18980
|
},
|
|
18983
18981
|
"node_modules/tar": {
|
|
18984
|
-
"version": "6.2.
|
|
18985
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.
|
|
18986
|
-
"integrity": "sha512
|
|
18982
|
+
"version": "6.2.1",
|
|
18983
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
18984
|
+
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
18987
18985
|
"extraneous": true,
|
|
18988
18986
|
"license": "ISC",
|
|
18989
18987
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -8554,16 +8554,7 @@ stack-chain@^1.3.7:
|
|
|
8554
8554
|
resolved "https://registry.yarnpkg.com/stack-chain/-/stack-chain-1.3.7.tgz#d192c9ff4ea6a22c94c4dd459171e3f00cea1285"
|
|
8555
8555
|
integrity sha512-D8cWtWVdIe/jBA7v5p5Hwl5yOSOrmZPWDPe2KxQ5UAGD+nxbxU0lKXA4h85Ta6+qgdKVL3vUxsbIZjc1kBG7ug==
|
|
8556
8556
|
|
|
8557
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
8558
|
-
version "4.2.3"
|
|
8559
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
8560
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
8561
|
-
dependencies:
|
|
8562
|
-
emoji-regex "^8.0.0"
|
|
8563
|
-
is-fullwidth-code-point "^3.0.0"
|
|
8564
|
-
strip-ansi "^6.0.1"
|
|
8565
|
-
|
|
8566
|
-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
8557
|
+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
8567
8558
|
version "4.2.3"
|
|
8568
8559
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
8569
8560
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -8622,14 +8613,7 @@ string_decoder@~1.1.1:
|
|
|
8622
8613
|
dependencies:
|
|
8623
8614
|
safe-buffer "~5.1.0"
|
|
8624
8615
|
|
|
8625
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
8626
|
-
version "6.0.1"
|
|
8627
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
8628
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
8629
|
-
dependencies:
|
|
8630
|
-
ansi-regex "^5.0.1"
|
|
8631
|
-
|
|
8632
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
8616
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
8633
8617
|
version "6.0.1"
|
|
8634
8618
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
8635
8619
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -8715,9 +8699,9 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
8715
8699
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
8716
8700
|
|
|
8717
8701
|
tar@^6.1.11, tar@^6.1.2, tar@^6.2.0:
|
|
8718
|
-
version "6.2.
|
|
8719
|
-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.
|
|
8720
|
-
integrity sha512
|
|
8702
|
+
version "6.2.1"
|
|
8703
|
+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
|
|
8704
|
+
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
|
|
8721
8705
|
dependencies:
|
|
8722
8706
|
chownr "^2.0.0"
|
|
8723
8707
|
fs-minipass "^2.0.0"
|
|
@@ -9250,7 +9234,7 @@ workerpool@6.2.1:
|
|
|
9250
9234
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
9251
9235
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
9252
9236
|
|
|
9253
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
9237
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
9254
9238
|
version "7.0.0"
|
|
9255
9239
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
9256
9240
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -9268,15 +9252,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
|
|
|
9268
9252
|
string-width "^4.1.0"
|
|
9269
9253
|
strip-ansi "^6.0.0"
|
|
9270
9254
|
|
|
9271
|
-
wrap-ansi@^7.0.0:
|
|
9272
|
-
version "7.0.0"
|
|
9273
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
9274
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
9275
|
-
dependencies:
|
|
9276
|
-
ansi-styles "^4.0.0"
|
|
9277
|
-
string-width "^4.1.0"
|
|
9278
|
-
strip-ansi "^6.0.0"
|
|
9279
|
-
|
|
9280
9255
|
wrap-ansi@^8.1.0:
|
|
9281
9256
|
version "8.1.0"
|
|
9282
9257
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
3
|
"description": "validate a digital signature for a npm package",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf-trust": "bin/dev"
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
},
|
|
226
226
|
"type": "module",
|
|
227
227
|
"sfdx": {
|
|
228
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.
|
|
229
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.
|
|
228
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.1.crt",
|
|
229
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.6.1.sig"
|
|
230
230
|
}
|
|
231
231
|
}
|