@sheen4ntix/common
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@sheen4ntix/common", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"files": [ | ||
"build/**/*" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"clean": "del ./build/*", | ||
"build": "npm run clean && tsc", | ||
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"del-cli": "^3.0.0", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
538
3
1
1
2