Skip to content

Commit 534bf9c

Browse files
authored
Merge pull request #42 from blackducksoftware/bm-vuln-fixes-3
Package refactor
2 parents a203152 + f4ca4d4 commit 534bf9c

File tree

8 files changed

+462
-3147
lines changed

8 files changed

+462
-3147
lines changed

package-lock.json

Lines changed: 285 additions & 976 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
"version": "7.0.0",
44
"description": "Execute Synopsys Detect against your build",
55
"scripts": {
6-
"build": "tsc -p .",
7-
"postbuild": "npm run package",
8-
"package": "tfx extension create",
9-
"tick": "tsc && node dev/tick.js && tfx extension create --manifest-globs vss-extension.json",
6+
"package": "tfx extension create --manifest-globs vss-extension.json",
7+
"tick": "node dev/tick.js && tfx extension create --manifest-globs vss-extension.json",
108
"clean": "rimraf ./dist && rimraf ./*.vsix",
11-
"test": "tsc && mocha --timeout 30000 tasks/synopsys-detect-task/tests/*.js",
12-
"subinstall": "cd tasks/synopsys-detect-task && npm install && npm dedupe && npm prune --production"
9+
"installAll": "npm install && npm dedupe && npm prune && cd tasks/synopsys-detect-task && npm install && npm dedupe && npm prune"
1310
},
1411
"author": "Black Duck Software, Inc.",
1512
"license": "Apache-2.0",
@@ -21,25 +18,19 @@
2118
"ncp": "^2.0.0",
2219
"sync-request": "^6.1.0",
2320
"tfx-cli": "^0.6.3",
24-
"y18n": "^4.0.1"
25-
},
26-
"dependencies": {
27-
"@types/mocha": "^8.0.3",
28-
"@types/q": "0.0.32",
29-
"mocha": "^8.2.1",
21+
"y18n": "^4.0.1",
3022
"@types/jquery": "^2.0.34",
31-
"@types/node": "^14.14.5",
32-
"typescript": "^4.0.2",
3323
"rimraf": "^2.5.4",
34-
"axios": "^0.21.1",
3524
"azure-pipelines-task-lib": "^3.0.4-preview.0",
3625
"azure-pipelines-tool-lib": "^0.13.2",
3726
"fs-extra": "^9.0.1",
38-
"https-proxy-agent": "^5.0.0",
3927
"request": "^2.88.2",
40-
"request-promise": "^4.2.2",
41-
"ts-node": "^9.0.0",
42-
"vss-web-extension-sdk": "^2.109.0",
43-
"winston": "^3.3.3"
28+
"request-promise": "^4.2.4",
29+
"vss-web-extension-sdk": "^2.109.0"
30+
},
31+
"dependencies": {
32+
"@types/q": "0.0.32",
33+
"@types/node": "^14.14.5",
34+
"ts-node": "^9.0.0"
4435
}
4536
}

0 commit comments

Comments
 (0)