js-tinyapi
Advanced tools
Comparing version 0.1.0-alpha.0 to 0.1.0-alpha.1
{ | ||
"name": "js-tinyapi", | ||
"version": "0.1.0-alpha.0", | ||
"version": "0.1.0-alpha.1", | ||
"description": "A simple and lightweight API helper.", | ||
@@ -9,11 +9,11 @@ "repository": { | ||
}, | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
"build:prod": "webpack --config webpack/webpack.config.production.js --progress --colors", | ||
"build": "webpack --config webpack/webpack.config.base.js --progress --colors", | ||
"watch": "webpack --config webpack/webpack.config.base.js --progress --colors --watch", | ||
"watch:prod": "webpack --config webpack/webpack.config.production.js --progress --colors --watch", | ||
"dev": "node server.js", | ||
"test": "mocha --require mock-css-modules --require babel-polyfill --harmony-proxies --compilers js:babel-register -R nyan --recursive tests/*.js", | ||
"prepublish": "npm run build:prod" | ||
"build": "webpack --config webpack/index.js --mode development", | ||
"build:prod": "webpack --config webpack/index.js --mode production", | ||
"prepublish": "npm run build", | ||
"test": "mocha --require babel-polyfill --compilers js:babel-register -R nyan --recursive tests/*.js" | ||
}, | ||
@@ -24,4 +24,5 @@ "author": "Luke Hodkinson", | ||
"babel-core": "^6.3.26", | ||
"babel-loader": "^6.2.4", | ||
"babel-loader": "^7.1.3", | ||
"babel-polyfill": "^6.16.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2015": "^6.3.13", | ||
@@ -31,17 +32,10 @@ "babel-preset-react": "^6.3.13", | ||
"babel-register": "^6.6.5", | ||
"chai": "^3.5.0", | ||
"css-loader": "^0.23.1", | ||
"extract-text-webpack-plugin": "^1.0.1", | ||
"code": "^5.2.0", | ||
"form-data": "^2.3.2", | ||
"isomorphic-fetch": "^2.2.1", | ||
"jsdom": "^8.5.0", | ||
"jsdom-global": "^1.7.0", | ||
"mocha": "^3.2.0", | ||
"mock-css-modules": "^1.0.0", | ||
"nock": "^9.0.2", | ||
"style-loader": "^0.13.0", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^1.12.14", | ||
"webpack-bundle-tracker": "0.0.93", | ||
"webpack-dev-server": "^1.14.1", | ||
"webpack-node-externals": "^1.5.4" | ||
"sinon": "^4.4.2", | ||
"webpack": "^4.0.1", | ||
"webpack-cli": "^2.0.9", | ||
"webpack-node-externals": "^1.6.0" | ||
}, | ||
@@ -48,0 +42,0 @@ "dependencies": { |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
16
554
2
1
82011
6