@salesforce/plugin-trust 1.0.11 → 1.1.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/CHANGELOG.md +14 -15
- package/LICENSE.txt +1 -1
- package/README.md +7 -3
- package/oclif.manifest.json +1 -1
- package/package.json +8 -15
package/CHANGELOG.md
CHANGED
|
@@ -2,56 +2,55 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [1.1.0](https://github.com/salesforcecli/plugin-trust/compare/v1.0.11...v1.1.0) (2021-12-02)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
6
8
|
|
|
9
|
+
- bump deps ([6edb393](https://github.com/salesforcecli/plugin-trust/commit/6edb393b14afb094cfaf8b85e1d95b4f0dd79fbc))
|
|
10
|
+
|
|
11
|
+
### [1.0.11](https://github.com/salesforcecli/plugin-trust/compare/v1.0.10...v1.0.11) (2021-11-03)
|
|
7
12
|
|
|
8
13
|
### Bug Fixes
|
|
9
14
|
|
|
10
|
-
|
|
15
|
+
- poll `npm pack` until tarball is available ([#185](https://github.com/salesforcecli/plugin-trust/issues/185)) ([001c1ab](https://github.com/salesforcecli/plugin-trust/commit/001c1ab3c79277bf411bc3e4459396e859e5672c))
|
|
11
16
|
|
|
12
17
|
### [1.0.10](https://github.com/salesforcecli/plugin-trust/compare/v1.0.9...v1.0.10) (2021-10-12)
|
|
13
18
|
|
|
14
|
-
|
|
15
19
|
### Bug Fixes
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
- update dependencies ([094ea03](https://github.com/salesforcecli/plugin-trust/commit/094ea03c1f99333b75008376d8be1494e3a794ea))
|
|
18
22
|
|
|
19
23
|
### [1.0.9](https://github.com/salesforcecli/plugin-trust/compare/v1.0.8...v1.0.9) (2021-10-12)
|
|
20
24
|
|
|
21
25
|
### [1.0.8](https://github.com/salesforcecli/plugin-trust/compare/v1.0.7...v1.0.8) (2021-09-24)
|
|
22
26
|
|
|
23
|
-
|
|
24
27
|
### Bug Fixes
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
- verify fails if node not installed ([#167](https://github.com/salesforcecli/plugin-trust/issues/167)) ([0393b90](https://github.com/salesforcecli/plugin-trust/commit/0393b906a30e8858816625517eda5db69377c178)), closes [#168](https://github.com/salesforcecli/plugin-trust/issues/168)
|
|
27
30
|
|
|
28
31
|
### [1.0.7](https://github.com/salesforcecli/plugin-trust/compare/v1.0.6...v1.0.7) (2021-09-17)
|
|
29
32
|
|
|
30
|
-
|
|
31
33
|
### Bug Fixes
|
|
32
34
|
|
|
33
|
-
|
|
35
|
+
- use tag when getting npm meta ([#165](https://github.com/salesforcecli/plugin-trust/issues/165)) ([e9fe7f2](https://github.com/salesforcecli/plugin-trust/commit/e9fe7f229a716e4685b7cd54ee753c02667bccd8))
|
|
34
36
|
|
|
35
37
|
### [1.0.6](https://github.com/salesforcecli/plugin-trust/compare/v1.0.5...v1.0.6) (2021-09-10)
|
|
36
38
|
|
|
37
|
-
|
|
38
39
|
### Bug Fixes
|
|
39
40
|
|
|
40
|
-
|
|
41
|
+
- install plugin-trust as an executable ([#164](https://github.com/salesforcecli/plugin-trust/issues/164)) ([34b293c](https://github.com/salesforcecli/plugin-trust/commit/34b293c1e9276e7653aff41a9fc8e17635ee0a92))
|
|
41
42
|
|
|
42
43
|
### [1.0.5](https://github.com/salesforcecli/plugin-trust/compare/v1.0.4...v1.0.5) (2021-09-07)
|
|
43
44
|
|
|
44
|
-
|
|
45
45
|
### Bug Fixes
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
- use npm instead of http ([#154](https://github.com/salesforcecli/plugin-trust/issues/154)) ([2bce1f9](https://github.com/salesforcecli/plugin-trust/commit/2bce1f9bd331b75d81f0309bc46962b5c5d19b16))
|
|
48
48
|
|
|
49
49
|
### [1.0.4](https://github.com/salesforcecli/plugin-template/compare/v1.0.3...v1.0.4) (2021-05-10)
|
|
50
50
|
|
|
51
51
|
### [1.0.3](https://github.com/salesforcecli/plugin-template/compare/v1.0.2...v1.0.3) (2021-04-09)
|
|
52
52
|
|
|
53
|
-
|
|
54
53
|
### Bug Fixes
|
|
55
54
|
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
- leif .yml merge [skip-validate-pr] ([2e6d278](https://github.com/salesforcecli/plugin-template/commit/2e6d2785cf04497ea87a871564adc68c5a19f6be))
|
|
56
|
+
- leif .yml merge [skip-validate-pr] ([3703564](https://github.com/salesforcecli/plugin-template/commit/37035649f051b0d42667be7bdf3f878c631d43a9))
|
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -90,15 +90,18 @@ sfdx plugins
|
|
|
90
90
|
## Commands
|
|
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
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
97
|
|
|
97
98
|
validate a digital signature for a npm package
|
|
98
99
|
|
|
99
100
|
```
|
|
101
|
+
validate a digital signature for a npm package
|
|
102
|
+
|
|
100
103
|
USAGE
|
|
101
|
-
$ @salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel
|
|
104
|
+
$ @salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel
|
|
102
105
|
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
103
106
|
|
|
104
107
|
OPTIONS
|
|
@@ -118,5 +121,6 @@ EXAMPLES
|
|
|
118
121
|
sfdx plugins:trust:verify --npm @scope/npmName
|
|
119
122
|
```
|
|
120
123
|
|
|
121
|
-
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/v1.0.
|
|
124
|
+
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/v1.0.11/src/commands/plugins/trust/verify.ts)_
|
|
125
|
+
|
|
122
126
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.0
|
|
1
|
+
{"version":"1.1.0","commands":{"plugins:trust:verify":{"id":"plugins:trust:verify","description":"validate a digital signature for a npm package","usage":"<%= command.id %> -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-trust","pluginType":"core","aliases":[],"examples":["sfdx plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874","sfdx plugins:trust:verify --npm @scope/npmName"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"npm":{"name":"npm","type":"option","char":"n","description":"Specify the npm name. This can include a tag/version","required":true},"registry":{"name":"registry","type":"option","char":"r","description":"The registry name. the behavior is the same as npm","required":false}},"args":[]}}}
|
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": "1.0
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf-trust": "bin/run"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@oclif/config": "^1.
|
|
12
|
-
"@salesforce/command": "^
|
|
13
|
-
"@salesforce/core": "^2.
|
|
11
|
+
"@oclif/config": "^1.18.1",
|
|
12
|
+
"@salesforce/command": "^4.2.0",
|
|
13
|
+
"@salesforce/core": "^2.31.0",
|
|
14
14
|
"npm": "^7.21.0",
|
|
15
15
|
"npm-run-path": "^4.0.1",
|
|
16
16
|
"shelljs": "^0.8.4",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^2.0.0",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^1.3.0",
|
|
23
23
|
"@salesforce/dev-config": "^2.1.2",
|
|
24
|
-
"@salesforce/dev-scripts": "0.
|
|
24
|
+
"@salesforce/dev-scripts": "^1.0.0",
|
|
25
25
|
"@salesforce/plugin-command-reference": "^1.3.0",
|
|
26
26
|
"@salesforce/prettier-config": "^0.0.2",
|
|
27
27
|
"@salesforce/ts-sinon": "1.3.21",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"eslint-plugin-import": "2.25.2",
|
|
41
41
|
"eslint-plugin-jsdoc": "^35.1.2",
|
|
42
42
|
"eslint-plugin-prettier": "^3.4.0",
|
|
43
|
-
"husky": "^
|
|
43
|
+
"husky": "^7.0.4",
|
|
44
44
|
"lint-staged": "^11.0.0",
|
|
45
45
|
"mocha": "^8.4.0",
|
|
46
46
|
"nyc": "^15.1.0",
|
|
@@ -119,18 +119,11 @@
|
|
|
119
119
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000",
|
|
120
120
|
"version": "oclif-dev readme"
|
|
121
121
|
},
|
|
122
|
-
"husky": {
|
|
123
|
-
"hooks": {
|
|
124
|
-
"pre-commit": "sf-husky-pre-commit",
|
|
125
|
-
"commit-msg": "sf-husky-commit-msg",
|
|
126
|
-
"pre-push": "sf-husky-pre-push"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
122
|
"publishConfig": {
|
|
130
123
|
"access": "public"
|
|
131
124
|
},
|
|
132
125
|
"sfdx": {
|
|
133
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/1.0.
|
|
134
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/1.0.
|
|
126
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/1.1.0.crt",
|
|
127
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-trust/1.1.0.sig"
|
|
135
128
|
}
|
|
136
129
|
}
|