nmr-predictor
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "nmr-predictor", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "NMR chemical shift predictor", | ||
@@ -18,10 +18,21 @@ "keywords": [], | ||
"scripts": { | ||
"test": "mocha --require should --reporter mocha-better-spec-reporter --recursive", | ||
"test": "npm run test-mocha", | ||
"test-mocha": "mocha --compilers js:babel-register --require should --reporter mocha-better-spec-reporter --recursive src/**/__tests__/**/*.js", | ||
"build": "cheminfo build --no-uglify" | ||
}, | ||
"devDependencies": { | ||
"cheminfo-tools": "^1.3.4", | ||
"mocha": "^2.5.1", | ||
"mocha-better-spec-reporter": "^3.0.2", | ||
"should": "^9.0.2" | ||
"babel-cli": "^6.2.0", | ||
"babel-core": "^6.2.1", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.1.18", | ||
"babel-preset-es2015-node4": "^2.0.1", | ||
"babel-register": "^6.2.0", | ||
"babelify": "^7.2.0", | ||
"babili": "0.0.8", | ||
"cheminfo-tools": "^1.13.0", | ||
"eslint": "^3.9.1", | ||
"eslint-config-cheminfo": "^1.5.2", | ||
"eslint-plugin-no-only-tests": "^1.1.0", | ||
"mocha": "^3.1.2", | ||
"mocha-better-spec-reporter": "^3.0.1", | ||
"should": "^11.1.1" | ||
}, | ||
@@ -32,5 +43,6 @@ "dependencies": { | ||
"new-array": "^1.0.0", | ||
"node-fetch": "1.6.3", | ||
"isomorphic-fetch": "2.2.1", | ||
"es6-promise": "4.0.5", | ||
"form-data": "2.1.2" | ||
} | ||
} |
@@ -8,3 +8,4 @@ 'use strict' | ||
const newArray = require('new-array'); | ||
const fetch = require('node-fetch'); | ||
require('es6-promise').polyfill(); | ||
require('isomorphic-fetch'); | ||
const FormData = require('form-data'); | ||
@@ -11,0 +12,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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
32540
10
686
6
14
4
3
+ Addedes6-promise@4.0.5
+ Addedisomorphic-fetch@2.2.1
+ Addedes6-promise@4.0.5(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removednode-fetch@1.6.3
- Removednode-fetch@1.6.3(transitive)