Comparing version 0.0.2 to 0.0.3
@@ -1,1 +0,1 @@ | ||
console.log('hello common lib'); | ||
exports = module.exports = require('./lib'); |
{ | ||
"name": "xmcommon", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "javascript common lib for es6", | ||
@@ -9,2 +9,6 @@ "main": "index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/zdhsoft/xmcommon.git" | ||
}, | ||
"keywords": [ | ||
@@ -15,3 +19,15 @@ "common", | ||
"author": "zdhsoft", | ||
"license": "ISC" | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/zdhsoft/xmcommon/blob/master/LICENSE" | ||
} | ||
], | ||
"dependencies": { | ||
"lodash": "^4.17.10" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zdhsoft/xmcommon/issues" | ||
}, | ||
"homepage": "https://github.com/zdhsoft/xmcommon#readme" | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker 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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
47253
14
0
1449
0
2
1
3
3
+ Addedlodash@^4.17.10
+ Addedlodash@4.17.21(transitive)