Comparing version 0.1.1 to 0.1.2
#!/usr/bin/env node | ||
require('../dist/main.js'); | ||
require('../dist/bin.js'); |
{ | ||
"name": "tyscan", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Command line tool for scanning TypeScript sources", | ||
@@ -8,9 +8,8 @@ "bin": { | ||
}, | ||
"main": "./bin/tyscan.js", | ||
"scripts": { | ||
"build": "webpack", | ||
"build": "tsc --project tsconfig.json --outDir dist", | ||
"format": "tslint --fix --project tsconfig.json 'src/**/*.ts'", | ||
"prepare": "webpack --config webpack.config.js", | ||
"prepare": "npm run build", | ||
"test": "nyc mocha test/**/*.ts test/*.ts", | ||
"watch": "webpack --config webpack.dev.js --watch" | ||
"watch": "npm run build" | ||
}, | ||
@@ -31,5 +30,3 @@ "repository": { | ||
"parsimmon": "^1.12.0", | ||
"tsconfig": "^7.0.0", | ||
"tsutils": "^3.7.0", | ||
"typescript": "^3.2.4" | ||
"tsconfig": "^7.0.0" | ||
}, | ||
@@ -51,4 +48,8 @@ "devDependencies": { | ||
"tslint-config-airbnb": "^5.11.1", | ||
"webpack-merge": "^4.2.1" | ||
"tsutils": "^3.7.0", | ||
"typescript": "^3.2.4" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "2 || 3" | ||
}, | ||
"nyc": { | ||
@@ -55,0 +56,0 @@ "include": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2520083
6
17
9841
16
2
- Removedtsutils@^3.7.0
- Removedtypescript@^3.2.4
- Removedtslib@1.14.1(transitive)
- Removedtsutils@3.21.0(transitive)