@salesforce/plugin-trust 2.2.0 → 2.2.2
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/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.2.
|
|
1
|
+
{"version":"2.2.2","commands":{"plugins:trust:verify":{"id":"plugins:trust:verify","summary":"Validate a digital signature.","description":"Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.","strict":true,"pluginName":"@salesforce/plugin-trust","pluginAlias":"@salesforce/plugin-trust","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --npm @scope/npmName --registry http://my.repo.org:4874","<%= config.bin %> <%= command.id %> --npm @scope/npmName"],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"npm":{"name":"npm","type":"option","char":"n","summary":"Specify the npm name. This can include a tag/version.","required":true,"multiple":false},"registry":{"name":"registry","type":"option","char":"r","summary":"The registry name. The behavior is the same as npm.","multiple":false},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"deprecated":{"message":"The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."}}},"args":[]}}}
|
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": "2.2.
|
|
4
|
+
"version": "2.2.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^1.
|
|
13
|
-
"@salesforce/core": "^3.
|
|
12
|
+
"@oclif/core": "^1.21.0",
|
|
13
|
+
"@salesforce/core": "^3.32.9",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^1.20.0",
|
|
15
15
|
"got": "^11",
|
|
16
16
|
"npm": "^8.12.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/shelljs": "^0.8.9",
|
|
34
34
|
"@types/sinon-chai": "^3.2.5",
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
36
|
-
"@typescript-eslint/parser": "^5.
|
|
36
|
+
"@typescript-eslint/parser": "^5.45.1",
|
|
37
37
|
"chai": "^4.2.0",
|
|
38
38
|
"eslint": "^8.21.0",
|
|
39
39
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"access": "public"
|
|
124
124
|
},
|
|
125
125
|
"sfdx": {
|
|
126
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.2.
|
|
127
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.2.
|
|
126
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.2.2.crt",
|
|
127
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.2.2.sig"
|
|
128
128
|
}
|
|
129
129
|
}
|