@pagedip/util-npm
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "@pagedip/util-npm", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"public": true, | ||
"author": "Tyler Johnson <tyler@beneaththeink.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pagedip/pagedip.git" | ||
"url": "https://github.com/pagedip/pagedip-framework.git" | ||
}, | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"clean": "shx rm -f index.js test.js", | ||
"build:test": "rollup test/index.js -c > test.js", | ||
"clean": "shx rm -rf lib", | ||
"build:full": "npm-run-all clean build", | ||
"build": "rollup src/index.js -c > index.js", | ||
"test": "npm run build:test && node test.js", | ||
"prepublish": "npm run build" | ||
"build": "babel src/ --out-dir lib/", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -25,10 +24,10 @@ "dependencies": { | ||
"devDependencies": { | ||
"npm-run-all": "^4.1.2", | ||
"rollup": "^0.53.3", | ||
"babel-cli": "^6.26.0", | ||
"npm-run-all": "^4.1.3", | ||
"shx": "^0.2.2" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"lib" | ||
], | ||
"gitHead": "156b1527f48cc846703f90d9eec8d8267bf3711a" | ||
"gitHead": "61824d5a4a9328b56f9e64421f58fb4a52b012eb" | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
21917
179
1