Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "evjs", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Generic genetic/evolution algorithm in JS", | ||
"main": "lib/evjs.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf ./dist", | ||
"prepublish": "npm run clean && tsc", | ||
"test": "nyc mocha ./src/**/*.spec.ts", | ||
"report": "nyc report --reporter=html", | ||
"ts-node": "ts-node" | ||
"report": "nyc report --reporter=html" | ||
}, | ||
@@ -36,5 +38,3 @@ "nyc": { | ||
"chalk": "^2.0.1", | ||
"chance": "^1.0.10", | ||
"ts-node": "^3.1.0", | ||
"typescript": "^2.4.1" | ||
"chance": "^1.0.10" | ||
}, | ||
@@ -48,4 +48,7 @@ "devDependencies": { | ||
"nyc": "^11.0.3", | ||
"sinon": "^2.3.6" | ||
"rimraf": "^2.6.1", | ||
"sinon": "^2.3.6", | ||
"ts-node": "^3.1.0", | ||
"typescript": "^2.4.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
140842
2
60
836
10
1
- Removedts-node@^3.1.0
- Removedtypescript@^2.4.1
- Removedarrify@1.0.1(transitive)
- Removeddiff@3.5.0(transitive)
- Removedhomedir-polyfill@1.0.3(transitive)
- Removedmake-error@1.3.6(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedparse-passwd@1.0.0(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedsource-map-support@0.4.18(transitive)
- Removedstrip-bom@3.0.0(transitive)
- Removedstrip-json-comments@2.0.1(transitive)
- Removedts-node@3.3.0(transitive)
- Removedtsconfig@6.0.0(transitive)
- Removedtypescript@2.9.2(transitive)
- Removedv8flags@3.2.0(transitive)
- Removedyn@2.0.0(transitive)