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.15 to 0.2.16

2

dist/bundle.js

@@ -880,3 +880,3 @@ 'use strict';

})).then(function () {
var removed = removeEntity(cache, e, serialize(args));
var removed = removeEntity(cache, e, serialize(args[0]));
if (removed) {

@@ -883,0 +883,0 @@ notify(args, removed);

@@ -876,3 +876,3 @@ import { clone, compose, concat, copyFunction, curry, filter, filterObject, flatten, fromPairs, identity, isEqual, join, map, mapObject, mapValues, map_, not, on2, passThrough, prop, reduce, startsWith, toIdMap, toObject, toPairs, values, zip } from 'ladda-fp';

})).then(function () {
var removed = removeEntity(cache, e, serialize(args));
var removed = removeEntity(cache, e, serialize(args[0]));
if (removed) {

@@ -879,0 +879,0 @@ notify(args, removed);

{
"name": "ladda-cache",
"version": "0.2.15",
"version": "0.2.16",
"description": "Data fetching layer with support for caching",
"main": "dist/bundle.js",
"module": "dist/module.js",
"files": ["dist/module.js"],
"files": [
"dist/module.js"
],
"dependencies": {

@@ -9,0 +11,0 @@ "ladda-fp": "^0.2.3"

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