Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ladda-cache

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ladda-cache - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

dist/module.js

22

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc