@soos-io/soos-scm-audit 0.4.2 → 0.4.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -9,7 +9,7 @@ The SOOS SCM Audit script should be used to determine the number of contributing
9
9
  - [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
10
10
 
11
11
  ## Installation
12
- run `npm install --prefix ./soos @soos-io/soos-scm-audit`
12
+ run `npm install --ignore-scripts --prefix ./soos @soos-io/soos-scm-audit`
13
13
 
14
14
  ## Configure and Run the Script
15
15
  NOTE: you can find values for the `--apiKey` and `--clientId` at [app.soos.io](https://app.soos.io/integrate).
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@soos-io/soos-scm-audit",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "SOOS SCM Audit CLI",
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",
@@ -17,7 +17,7 @@
17
17
  "typecheck": "tsc --noEmit",
18
18
  "check": "npm run format && npm run lint && npm run typecheck && (npm outdated || exit 0)",
19
19
  "patch": "npm version patch --no-git-tag-version",
20
- "patch-api-client": "npm run patch && npm run setup:clean && npm install @soos-io/api-client@latest --save-exact && npm install && npm run check",
20
+ "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",
21
21
  "link:local": "npm link @soos-io/api-client && npm run build && npm link",
22
22
  "knip": "knip"
23
23
  },
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://github.com/soos-io/soos-scm-audit#readme",
34
34
  "dependencies": {
35
- "@soos-io/api-client": "1.10.4",
35
+ "@soos-io/api-client": "1.10.6",
36
36
  "axios": "^1.8.3",
37
37
  "tslib": "^2.6.2"
38
38
  },
@@ -40,13 +40,13 @@
40
40
  "minimatch": "^10.2.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@eslint/js": "^9.39.3",
44
- "@types/node": "^24.11.0",
45
- "eslint": "^9.39.3",
43
+ "@eslint/js": "^10.0.1",
44
+ "@types/node": "^25.5.2",
45
+ "eslint": "^10.2.0",
46
46
  "globals": "^17.4.0",
47
- "knip": "^5.85.0",
47
+ "knip": "^6.3.0",
48
48
  "prettier": "^3.2.5",
49
- "typescript": "^5.8.3",
49
+ "typescript": "^6.0.2",
50
50
  "typescript-eslint": "^8.56.1"
51
51
  },
52
52
  "bin": {