cnjm-practical
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cnjm-practical", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "一个常用工具包", | ||
@@ -9,8 +9,43 @@ "keywords": [ | ||
], | ||
"main": "index.js", | ||
"source": "src/index.js", | ||
"main": "dist/cnjm-practical.js", | ||
"module": "dist/cnjm-practical.js", | ||
"umd:main": "dist/cnjm-practical.js", | ||
"jsdelivr": "dist/cnjm-practical.js", | ||
"unpkg": "dist/cnjm-practical.js", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"bootstrap": "npm install", | ||
"clean": "rimraf dist lib", | ||
"clean:all": "rimraf dist lib node_modules", | ||
"babel:commonjs": "cross-env BABEL_ENV=commonjs babel src -d lib", | ||
"babel:watch": "npm run babel:commonjs -- --watch", | ||
"rollup": "cross-env NODE_ENV=production rollup -c", | ||
"build": "npm run clean && npm run babel:commonjs && npm run rollup" | ||
}, | ||
"author": "cnjm", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.8", | ||
"@babel/core": "^7.15.0", | ||
"@babel/node": "^7.14.9", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.14.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.15.0", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^8.2.2", | ||
"babel-plugin-add-module-exports": "^1.0.4", | ||
"cross-env": "^7.0.3", | ||
"rollup": "^2.56.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-uglify": "^6.0.4" | ||
}, | ||
"dependencies": {} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
9886
13
218
1
18
2