@keeljs/pkg2
Advanced tools
Comparing version 1.0.0 to 1.0.1
import a from 'pkg1'; | ||
a(); | ||
const b = () => { | ||
a(); | ||
console.log('this is pkg2'); | ||
} | ||
export default b; |
{ | ||
"name": "@keeljs/pkg2", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -12,4 +12,6 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: pkg2 no test specified\"" | ||
"lint": "echo \"pkg2 lint\"", | ||
"build": "echo \"pkg2 build\"", | ||
"test": "echo \"pkg2 test\"" | ||
} | ||
} |
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
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
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
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
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
470
3
5
1