electrode-confippet
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "electrode-confippet", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": "Managing NodeJS application configuration", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "gulp test", | ||
"coverage": "gulp check" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"author": "Joel Chen <xchen@walmartlabs.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/electrode-io/electrode-confippet.git" | ||
}, | ||
"engines": { | ||
"node": ">= 4.2.2" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"js-yaml": "^3.5.3", | ||
"lodash": "^4.13.1" | ||
}, | ||
"devDependencies": { | ||
"electrode-archetype-njs-module-dev": "^1.0.0", | ||
"gulp": "^3.9.1", | ||
"intercept-stdout": "^0.1.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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 12 instances 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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
52298
34
1025
1
1
1
250
2
3
54
+ Addedjs-yaml@^3.5.3
+ Addedlodash@^4.13.1
+ Addedargparse@1.0.10(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedsprintf-js@1.0.3(transitive)