detective-typescript
Advanced tools
Comparing version 5.1.0 to 5.1.1
'use strict'; | ||
const Parser = require('typescript-estree'); | ||
const Parser = require('@typescript-eslint/typescript-estree'); | ||
const Walker = require('node-source-walk'); | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "detective-typescript", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>", | ||
@@ -28,5 +28,5 @@ "description": "Get the dependencies of a TypeScript module", | ||
"dependencies": { | ||
"@typescript-eslint/typescript-estree": "1.4.2", | ||
"node-source-walk": "^4.2.0", | ||
"typescript": "^3.2.1", | ||
"typescript-estree": "^18.1.0" | ||
"typescript": "3.3.3333" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
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
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
3207
+ Added@typescript-eslint/typescript-estree@1.4.2(transitive)
+ Addedtypescript@3.3.3333(transitive)
- Removedtypescript-estree@^18.1.0
- Removedtypescript@3.9.10(transitive)
- Removedtypescript-estree@18.1.0(transitive)
Updatedtypescript@3.3.3333