ant-colony-optimization
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "ant-colony-optimization", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "ant colony optimization", | ||
@@ -8,5 +8,3 @@ "main": "src/index.js", | ||
"build": "rm -rf build && babel src --out-dir build --ignore tests/", | ||
"create-project-symlink": "scripts/create-project-symlink.sh", | ||
"lint": "eslint src", | ||
"postinstall": "npm run create-project-symlink", | ||
"prepublishOnly": "npm run build", | ||
@@ -19,3 +17,7 @@ "test": "mocha -r babel-register --recursive src/tests --timeout 5000" | ||
}, | ||
"keywords": ["ant","colony","optimization"], | ||
"keywords": [ | ||
"ant", | ||
"colony", | ||
"optimization" | ||
], | ||
"author": "oprogramador", | ||
@@ -30,2 +32,3 @@ "license": "MIT", | ||
"babel-core": "^6.24.0", | ||
"babel-plugin-module-resolver": "^3.0.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0", | ||
@@ -39,2 +42,3 @@ "babel-register": "^6.24.0", | ||
"eslint-config-airbnb-improved": "^2.1.0", | ||
"eslint-import-resolver-babel-module": "^4.0.0", | ||
"mocha": "^3.2.0", | ||
@@ -41,0 +45,0 @@ "sinon": "^2.1.0", |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
8331
6
201
0
16