Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "js-jpa", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "jpa for node", | ||
"author": "stone", | ||
"license": "ISC", | ||
"main": "lib/index", | ||
"main": "src/index", | ||
"scripts": { | ||
"flow": "flow", | ||
"build": "flow-remove-types src/ -d lib/", | ||
"prepare": "npm run build", | ||
"unit": "npm run prepare && cross-env UNIT=true nyc mocha test/*.js" | ||
"test": "nyc mocha test/*.js" | ||
}, | ||
@@ -18,5 +15,2 @@ "dependencies": { | ||
"devDependencies": { | ||
"cross-env": "^5.0.1", | ||
"flow-bin": "^0.56.0", | ||
"flow-remove-types": "^1.2.1", | ||
"mocha": "^3.4.2", | ||
@@ -23,0 +17,0 @@ "nyc": "^11.0.2" |
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
86977
2
21
615
1