@soos-io/soos-sbom 1.3.2 → 1.3.3-pre.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/package.json +8 -8
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ run `npm i -g @soos-io/soos-sbom@latest`
|
|
|
22
22
|
Then Run `soos-sbom` from any terminal and add the parameters you want.
|
|
23
23
|
|
|
24
24
|
### Locally
|
|
25
|
-
run `npm install --prefix ./soos @soos-io/soos-sbom`
|
|
25
|
+
run `npm install --ignore-scripts --prefix ./soos @soos-io/soos-sbom`
|
|
26
26
|
Then run from the same terminal `node ./soos/node_modules/@soos-io/soos-sbom/bin/index.js`
|
|
27
27
|
|
|
28
28
|
## Client Parameters
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soos-io/soos-sbom",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3-pre.1",
|
|
4
4
|
"description": "Upload your Software Bill of Materials (SBOM) to SOOS for vulnerability analysis, license matching and more. Register for a free trial today at https://app.soos.io/register",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"setup:install": "npm install",
|
|
7
|
+
"setup:install": "npm install --ignore-scripts",
|
|
8
8
|
"setup:clean-install": "npm ci",
|
|
9
9
|
"setup:update": "npx npm-check -u",
|
|
10
10
|
"setup:clean": "npx rimraf node_modules && npx rimraf package-lock.json",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"typecheck": "tsc --noEmit",
|
|
19
19
|
"check": "npm run format && npm run lint && npm run typecheck && (npm outdated || exit 0)",
|
|
20
20
|
"patch": "npm version patch --no-git-tag-version",
|
|
21
|
-
"patch-api-client": "npm run patch && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install && npm run check"
|
|
21
|
+
"patch-api-client": "npm run patch && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install --ignore-scripts && npm run check"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://github.com/soos-io/soos-sbom#readme",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@soos-io/api-client": "1.10.
|
|
45
|
+
"@soos-io/api-client": "1.10.5",
|
|
46
46
|
"glob": "^13.0.6",
|
|
47
47
|
"tslib": "^2.6.3"
|
|
48
48
|
},
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"minimatch": "^10.2.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@eslint/js": "^
|
|
53
|
+
"@eslint/js": "^10.0.1",
|
|
54
54
|
"@types/node": "^24.11.0",
|
|
55
|
-
"eslint": "^
|
|
55
|
+
"eslint": "^10.2.0",
|
|
56
56
|
"globals": "^17.4.0",
|
|
57
|
-
"knip": "^
|
|
57
|
+
"knip": "^6.3.0",
|
|
58
58
|
"prettier": "^3.5.1",
|
|
59
|
-
"typescript": "^
|
|
59
|
+
"typescript": "^6.0.2",
|
|
60
60
|
"typescript-eslint": "^8.56.1"
|
|
61
61
|
},
|
|
62
62
|
"bin": {
|