Comparing version 0.6.7-rc2 to 0.6.7-rc3
{ | ||
"name": "menhera", | ||
"version": "0.6.7-rc2", | ||
"main": "dist", | ||
"version": "0.6.7-rc3", | ||
"main": "dist/menhera.min.js", | ||
"files": [ | ||
@@ -9,17 +9,10 @@ "dist" | ||
"scripts": { | ||
"example": "babel-node ./example/index", | ||
"build": "babel ./src --out-dir dist", | ||
"build": "bili --format umd --name index", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-transform-regenerator": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-3": "^6.24.1", | ||
"bili": "^3.1.0", | ||
"menhera": "^0.6.4-rc2" | ||
}, | ||
"dependencies": { | ||
"@types/lodash.get": "^4.4.3", | ||
"@types/lodash.set": "^4.3.3", | ||
"lodash.get": "^4.4.2", | ||
@@ -26,0 +19,0 @@ "lodash.has": "^4.5.2", |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
105955
3
2
3500
3
4
- Removed@types/lodash.get@^4.4.3
- Removed@types/lodash.set@^4.3.3
- Removed@types/lodash@4.17.13(transitive)
- Removed@types/lodash.get@4.4.9(transitive)
- Removed@types/lodash.set@4.3.9(transitive)