@salesforce/plugin-trust 2.6.13 → 2.6.15

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 CHANGED
@@ -91,28 +91,27 @@ sfdx plugins
91
91
 
92
92
  <!-- commands -->
93
93
 
94
- - [`@salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#salesforceplugin-trust-pluginstrustverify--n-string--r-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
94
+ - [`@salesforce/plugin-trust plugins:trust:verify`](#salesforceplugin-trust-pluginstrustverify)
95
95
 
96
- ## `@salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
96
+ ## `@salesforce/plugin-trust plugins:trust:verify`
97
97
 
98
- Validate a digital signature for a npm package.
98
+ Validate a digital signature.
99
99
 
100
100
  ```
101
101
  USAGE
102
- $ @salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel
103
- trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
102
+ $ @salesforce/plugin-trust plugins:trust:verify -n <value> [--json] [-r <value>]
104
103
 
105
104
  FLAGS
106
- -n, --npm=<value> (required) Specify the npm name.
107
- This can include a tag/version.
108
- -r, --registry=<value> The registry name. The behavior is
109
- the same as npm.
110
- --json format output as json
111
- --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
112
- this command invocation
105
+ -n, --npm=<value> (required) Specify the npm name. This can include a tag/version.
106
+ -r, --registry=<value> The registry name. The behavior is the same as npm.
107
+
108
+ GLOBAL FLAGS
109
+ --json Format output as json.
113
110
 
114
111
  DESCRIPTION
115
- Validate a digital signature for a npm package.
112
+ Validate a digital signature.
113
+
114
+ Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.
116
115
 
117
116
  EXAMPLES
118
117
  $ @salesforce/plugin-trust plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874
@@ -120,6 +119,6 @@ EXAMPLES
120
119
  $ @salesforce/plugin-trust plugins:trust:verify --npm @scope/npmName
121
120
  ```
122
121
 
123
- _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/v2.0.2/src/commands/plugins/trust/verify.ts)_
122
+ _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/2.6.15/src/commands/plugins/trust/verify.ts)_
124
123
 
125
124
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.6.13",
2
+ "version": "2.6.15",
3
3
  "commands": {
4
4
  "plugins:trust:verify": {
5
5
  "id": "plugins:trust:verify",
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.6.13",
4
+ "version": "2.6.15",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
7
7
  "bin": {
@@ -11,9 +11,9 @@
11
11
  "dependencies": {
12
12
  "@oclif/core": "^2.15.0",
13
13
  "@salesforce/core": "^5.2.9",
14
- "@salesforce/sf-plugins-core": "^3.1.22",
14
+ "@salesforce/sf-plugins-core": "^3.1.23",
15
15
  "got": "^11",
16
- "npm": "9.6.7",
16
+ "npm": "9.8.1",
17
17
  "npm-run-path": "^4.0.1",
18
18
  "proxy-agent": "^6.3.1",
19
19
  "shelljs": "^0.8.4",
@@ -24,7 +24,7 @@
24
24
  "@salesforce/cli-plugins-testkit": "^4.3.3",
25
25
  "@salesforce/dev-config": "^4.0.1",
26
26
  "@salesforce/dev-scripts": "^5.10.0",
27
- "@salesforce/plugin-command-reference": "^3.0.32",
27
+ "@salesforce/plugin-command-reference": "^3.0.33",
28
28
  "@salesforce/plugin-telemetry": "^2.3.1",
29
29
  "@salesforce/prettier-config": "^0.0.3",
30
30
  "@salesforce/ts-sinon": "^1.4.15",
@@ -46,7 +46,7 @@
46
46
  "husky": "^7.0.4",
47
47
  "mocha": "^9.1.3",
48
48
  "nyc": "^15.1.0",
49
- "oclif": "^3.15.0",
49
+ "oclif": "^3.17.1",
50
50
  "prettier": "^2.8.8",
51
51
  "pretty-quick": "^3.1.0",
52
52
  "shx": "0.3.4",
@@ -54,7 +54,7 @@
54
54
  "sinon-chai": "^3.7.0",
55
55
  "ts-node": "^10.0.0",
56
56
  "typescript": "^4.9.5",
57
- "wireit": "^0.13.0"
57
+ "wireit": "^0.14.0"
58
58
  },
59
59
  "config": {},
60
60
  "engines": {
@@ -226,7 +226,7 @@
226
226
  }
227
227
  },
228
228
  "sfdx": {
229
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.6.13.crt",
230
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.6.13.sig"
229
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.6.15.crt",
230
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/2.6.15.sig"
231
231
  }
232
232
  }