Comparing version 0.0.1 to 1.0.1
{ | ||
"name": "filey", | ||
"version": "0.0.1", | ||
"description": "js file type detector", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"build": "rimraf ./build && tsc && node task", | ||
"test": "npm run build && ava --verbose ./build/test" | ||
"build": "rimraf dist && tsc", | ||
"test": "npm run build && tape test/index.js | faucet" | ||
}, | ||
"author": "Will Bartlett", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/node": "^6.0.48", | ||
"rematch": "^0.1.3" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.17.0", | ||
"fs-extra": "^1.0.0", | ||
"rimraf": "^2.5.4", | ||
"typescript": "^2.0.10" | ||
"@types/node": "^8.0.58", | ||
"faucet": "0.0.1", | ||
"rimraf": "^2.6.2", | ||
"tape": "^4.8.0", | ||
"typescript": "^2.6.2" | ||
} | ||
} |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 9 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
750588
0
72
210
1
1
35
5
3
5
10
- Removed@types/node@^6.0.48
- Removedrematch@^0.1.3
- Removed@types/node@6.14.13(transitive)
- Removedlodash@4.17.21(transitive)
- Removedmonapt@0.5.4(transitive)
- Removedrematch@0.1.3(transitive)