@salesforce/plugin-trust 3.3.14 → 3.3.16
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 +24 -24
- package/oclif.lock +23 -23
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -119,6 +119,6 @@ EXAMPLES
|
|
|
119
119
|
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
122
|
+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.16/src/commands/plugins/trust/verify.ts)_
|
|
123
123
|
|
|
124
124
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.16",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-trust",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.16",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.
|
|
12
|
+
"@oclif/core": "^3.20.0",
|
|
13
13
|
"@salesforce/core": "^6.5.5",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
15
15
|
"got": "^13.0.0",
|
|
16
16
|
"npm": "10.2.3",
|
|
17
17
|
"npm-run-path": "^4.0.1",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"sf-trust": "bin/dev"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
27
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
26
|
+
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
27
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
28
28
|
"@salesforce/dev-scripts": "^8.4.1",
|
|
29
29
|
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
30
30
|
"@salesforce/plugin-telemetry": "^2.3.8",
|
|
@@ -3907,9 +3907,9 @@
|
|
|
3907
3907
|
}
|
|
3908
3908
|
},
|
|
3909
3909
|
"node_modules/@oclif/core": {
|
|
3910
|
-
"version": "3.
|
|
3911
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3912
|
-
"integrity": "sha512-
|
|
3910
|
+
"version": "3.20.0",
|
|
3911
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
|
|
3912
|
+
"integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
|
|
3913
3913
|
"license": "MIT",
|
|
3914
3914
|
"dependencies": {
|
|
3915
3915
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3960,13 +3960,13 @@
|
|
|
3960
3960
|
}
|
|
3961
3961
|
},
|
|
3962
3962
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3963
|
-
"version": "5.0.
|
|
3964
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
3965
|
-
"integrity": "sha512-
|
|
3963
|
+
"version": "5.0.9",
|
|
3964
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz",
|
|
3965
|
+
"integrity": "sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==",
|
|
3966
3966
|
"dev": true,
|
|
3967
3967
|
"license": "MIT",
|
|
3968
3968
|
"dependencies": {
|
|
3969
|
-
"@oclif/core": "^3.
|
|
3969
|
+
"@oclif/core": "^3.19.2",
|
|
3970
3970
|
"@types/lodash.difference": "^4.5.9",
|
|
3971
3971
|
"chalk": "^5.3.0",
|
|
3972
3972
|
"just-diff": "^5.2.0",
|
|
@@ -4311,13 +4311,13 @@
|
|
|
4311
4311
|
}
|
|
4312
4312
|
},
|
|
4313
4313
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4314
|
-
"version": "5.1.
|
|
4315
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
4316
|
-
"integrity": "sha512-
|
|
4314
|
+
"version": "5.1.10",
|
|
4315
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz",
|
|
4316
|
+
"integrity": "sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==",
|
|
4317
4317
|
"dev": true,
|
|
4318
4318
|
"license": "BSD-3-Clause",
|
|
4319
4319
|
"dependencies": {
|
|
4320
|
-
"@salesforce/core": "^6.
|
|
4320
|
+
"@salesforce/core": "^6.7.0",
|
|
4321
4321
|
"@salesforce/kit": "^3.0.15",
|
|
4322
4322
|
"@salesforce/ts-types": "^2.0.9",
|
|
4323
4323
|
"@types/shelljs": "^0.8.15",
|
|
@@ -4342,9 +4342,9 @@
|
|
|
4342
4342
|
}
|
|
4343
4343
|
},
|
|
4344
4344
|
"node_modules/@salesforce/core": {
|
|
4345
|
-
"version": "6.
|
|
4346
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
4347
|
-
"integrity": "sha512-
|
|
4345
|
+
"version": "6.7.0",
|
|
4346
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
|
|
4347
|
+
"integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
|
|
4348
4348
|
"license": "BSD-3-Clause",
|
|
4349
4349
|
"dependencies": {
|
|
4350
4350
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -4695,15 +4695,15 @@
|
|
|
4695
4695
|
"license": "ISC"
|
|
4696
4696
|
},
|
|
4697
4697
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4698
|
-
"version": "7.1.
|
|
4699
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
4700
|
-
"integrity": "sha512-
|
|
4698
|
+
"version": "7.1.14",
|
|
4699
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
|
|
4700
|
+
"integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
|
|
4701
4701
|
"license": "BSD-3-Clause",
|
|
4702
4702
|
"dependencies": {
|
|
4703
4703
|
"@inquirer/confirm": "^2.0.17",
|
|
4704
4704
|
"@inquirer/password": "^1.1.16",
|
|
4705
4705
|
"@oclif/core": "^3.19.6",
|
|
4706
|
-
"@salesforce/core": "^6.
|
|
4706
|
+
"@salesforce/core": "^6.6.0",
|
|
4707
4707
|
"@salesforce/kit": "^3.0.15",
|
|
4708
4708
|
"@salesforce/ts-types": "^2.0.9",
|
|
4709
4709
|
"chalk": "^5.3.0"
|
package/oclif.lock
CHANGED
|
@@ -2053,10 +2053,10 @@
|
|
|
2053
2053
|
wordwrap "^1.0.0"
|
|
2054
2054
|
wrap-ansi "^7.0.0"
|
|
2055
2055
|
|
|
2056
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
|
|
2057
|
-
version "3.
|
|
2058
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
2059
|
-
integrity sha512-
|
|
2056
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
|
|
2057
|
+
version "3.20.0"
|
|
2058
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
|
|
2059
|
+
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
|
|
2060
2060
|
dependencies:
|
|
2061
2061
|
"@types/cli-progress" "^3.11.5"
|
|
2062
2062
|
ansi-escapes "^4.3.2"
|
|
@@ -2086,12 +2086,12 @@
|
|
|
2086
2086
|
wordwrap "^1.0.0"
|
|
2087
2087
|
wrap-ansi "^7.0.0"
|
|
2088
2088
|
|
|
2089
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
2090
|
-
version "5.0.
|
|
2091
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
2092
|
-
integrity sha512-
|
|
2089
|
+
"@oclif/plugin-command-snapshot@^5.0.9":
|
|
2090
|
+
version "5.0.9"
|
|
2091
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea"
|
|
2092
|
+
integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==
|
|
2093
2093
|
dependencies:
|
|
2094
|
-
"@oclif/core" "^3.
|
|
2094
|
+
"@oclif/core" "^3.19.2"
|
|
2095
2095
|
"@types/lodash.difference" "^4.5.9"
|
|
2096
2096
|
chalk "^5.3.0"
|
|
2097
2097
|
just-diff "^5.2.0"
|
|
@@ -2279,12 +2279,12 @@
|
|
|
2279
2279
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
2280
2280
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
2281
2281
|
|
|
2282
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
2283
|
-
version "5.1.
|
|
2284
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
2285
|
-
integrity sha512-
|
|
2282
|
+
"@salesforce/cli-plugins-testkit@^5.1.10":
|
|
2283
|
+
version "5.1.10"
|
|
2284
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz#949738717513b1518c09bd70690cb2963073a59d"
|
|
2285
|
+
integrity sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==
|
|
2286
2286
|
dependencies:
|
|
2287
|
-
"@salesforce/core" "^6.
|
|
2287
|
+
"@salesforce/core" "^6.7.0"
|
|
2288
2288
|
"@salesforce/kit" "^3.0.15"
|
|
2289
2289
|
"@salesforce/ts-types" "^2.0.9"
|
|
2290
2290
|
"@types/shelljs" "^0.8.15"
|
|
@@ -2318,10 +2318,10 @@
|
|
|
2318
2318
|
semver "^7.5.4"
|
|
2319
2319
|
ts-retry-promise "^0.7.1"
|
|
2320
2320
|
|
|
2321
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5", "@salesforce/core@^6.
|
|
2322
|
-
version "6.
|
|
2323
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
2324
|
-
integrity sha512-
|
|
2321
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0":
|
|
2322
|
+
version "6.7.0"
|
|
2323
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
|
|
2324
|
+
integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
|
|
2325
2325
|
dependencies:
|
|
2326
2326
|
"@salesforce/kit" "^3.0.15"
|
|
2327
2327
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -2448,15 +2448,15 @@
|
|
|
2448
2448
|
chalk "^4"
|
|
2449
2449
|
inquirer "^8.2.5"
|
|
2450
2450
|
|
|
2451
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2452
|
-
version "7.1.
|
|
2453
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2454
|
-
integrity sha512-
|
|
2451
|
+
"@salesforce/sf-plugins-core@^7.1.14":
|
|
2452
|
+
version "7.1.14"
|
|
2453
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz#5f07316a602b4c5d44c09bc74c294d7df9e2e260"
|
|
2454
|
+
integrity sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==
|
|
2455
2455
|
dependencies:
|
|
2456
2456
|
"@inquirer/confirm" "^2.0.17"
|
|
2457
2457
|
"@inquirer/password" "^1.1.16"
|
|
2458
2458
|
"@oclif/core" "^3.19.6"
|
|
2459
|
-
"@salesforce/core" "^6.
|
|
2459
|
+
"@salesforce/core" "^6.6.0"
|
|
2460
2460
|
"@salesforce/kit" "^3.0.15"
|
|
2461
2461
|
"@salesforce/ts-types" "^2.0.9"
|
|
2462
2462
|
chalk "^5.3.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-trust",
|
|
3
3
|
"description": "validate a digital signature for a npm package",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.16",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf-trust": "bin/dev"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@oclif/core": "^3.
|
|
11
|
+
"@oclif/core": "^3.20.0",
|
|
12
12
|
"@salesforce/core": "^6.5.5",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
14
14
|
"got": "^13.0.0",
|
|
15
15
|
"npm": "10.2.3",
|
|
16
16
|
"npm-run-path": "^4.0.1",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"shelljs": "^0.8.4"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
23
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
23
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
24
24
|
"@salesforce/dev-scripts": "^8.4.1",
|
|
25
25
|
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
26
26
|
"@salesforce/plugin-telemetry": "^2.3.8",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"exports": "./lib/index.js",
|
|
222
222
|
"type": "module",
|
|
223
223
|
"sfdx": {
|
|
224
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.
|
|
225
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.
|
|
224
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.16.crt",
|
|
225
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/3.3.16.sig"
|
|
226
226
|
}
|
|
227
227
|
}
|