ladda-cache
Advanced tools
Comparing version 0.2.13 to 0.2.14
{ | ||
"name": "ladda-cache", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "Data fetching layer with support for caching", | ||
"main": "dist/bundle.js", | ||
"module": "dist/module.js", | ||
"files": ["dist/module.js"], | ||
"dependencies": { | ||
"ladda-fp": "^0.2.0" | ||
"ladda-fp": "^0.2.2" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.9.0", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-istanbul": "^4.0.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-1": "^6.5.0", | ||
@@ -25,5 +27,6 @@ "babel-preset-stage-2": "^6.5.0", | ||
"nyc": "^10.1.2", | ||
"rollup": "^0.53.0", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"sinon": "^1.17.7", | ||
"sinon-chai": "^2.8.0", | ||
"webpack": "^2.4.1" | ||
"sinon-chai": "^2.8.0" | ||
}, | ||
@@ -33,6 +36,7 @@ "scripts": { | ||
"docs:watch": "npm run docs:prepare && gitbook serve", | ||
"test": "env NODE_PATH=$NODE_PATH:$PWD/src ./node_modules/.bin/mocha --compilers js:babel-register --reporter spec src/*.spec.js 'src/**/*.spec.js' --require mocha.config", | ||
"coverage": "env NODE_PATH=$NODE_PATH:$PWD/src nyc -x '**/*.spec.js' -x '**/*.config.js' --reporter=lcov --reporter=text mocha --compilers js:babel-register --reporter spec src/*.spec.js 'src/**/*.spec.js' --require mocha.config", | ||
"test": "env NODE_PATH=$NODE_PATH:$PWD/src NODE_ENV=test ./node_modules/.bin/mocha --compilers js:babel-register --reporter spec src/*.spec.js 'src/**/*.spec.js' --require mocha.config", | ||
"coverage": "env NODE_PATH=$NODE_PATH:$PWD/src NODE_ENV=test nyc -x '**/*.spec.js' -x '**/*.config.js' --reporter=lcov --reporter=text mocha --compilers js:babel-register --reporter spec src/*.spec.js 'src/**/*.spec.js' --require mocha.config", | ||
"lint": "eslint src", | ||
"prepublish": "npm run lint && npm test && webpack" | ||
"prepublish": "npm run lint && npm test && npm run build", | ||
"build": "rollup -c" | ||
}, | ||
@@ -39,0 +43,0 @@ "author": [ |
Sorry, the diff of this file is too big to display
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1
85842
19
5
2138
Updatedladda-fp@^0.2.2