ts-node-client 3.1.0 → 3.2.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/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "ts-node-client",
3
- "packageManager": "yarn@3.5.0",
4
3
  "description": "npm / node module to transfer dependency information to TrustSource server.",
5
- "version": "3.1.0",
4
+ "version": "3.2.0",
6
5
  "homepage": "https://app.trustsource.io/",
7
6
  "author": {
8
- "name": "Gerhard Dickescheid",
9
- "email": "gdd@eacg.de"
7
+ "name": "Oleksandr Dmukhovskyi",
8
+ "email": "ody@eacg.de"
10
9
  },
11
10
  "repository": {
12
11
  "type": "git",
@@ -19,7 +18,7 @@
19
18
  "main": "./lib/cli.js",
20
19
  "bin": "./bin/ts-node-client.js",
21
20
  "scripts": {
22
- "scan": "yarn node ./bin/ts-node-client.js",
21
+ "scan": "yarn node ./bin/ts-node-client.js --debug true --saveAs test --saveAsFormat scan",
23
22
  "scan-with-brakes": "yarn node ./bin/ts-node-client.js --breakOnViolations true --breakOnWarnings false",
24
23
  "scan-to-file": "yarn node ./bin/ts-node-client.js --saveAs test --saveAsFormat scan",
25
24
  "lint": "eslint bin lib test",
@@ -28,12 +27,12 @@
28
27
  "precommit": "npm run lint && npm run test"
29
28
  },
30
29
  "dependencies": {
31
- "@yarnpkg/lockfile": "^1.1.0",
32
- "axios": "1.2.6",
30
+ "@yarnpkg/lockfile": "1.1.0",
31
+ "axios": "1.3.6",
33
32
  "debuglog": "1.0.1",
34
- "js-yaml": "^4.1.0",
35
- "semver": "7.3.8",
36
- "yargs": "17.7.1"
33
+ "js-yaml": "4.1.0",
34
+ "semver": "7.5.4",
35
+ "yargs": "17.7.2"
37
36
  },
38
37
  "devDependencies": {
39
38
  "eslint": "8.33.0",