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.0.11 to 0.0.12

2

dist/bundle.js

@@ -550,3 +550,3 @@ module.exports =

return Object.keys(query).map(function (x) {
if (_typeof(query[x]) === 'object') {
if (query[x] && _typeof(query[x]) === 'object') {
return createKey(query[x]);

@@ -553,0 +553,0 @@ } else {

{
"name": "ladda-cache",
"version": "0.0.11",
"version": "0.0.12",
"description": "Data fetching layaer with support for caching",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

@@ -176,3 +176,3 @@ // Concepts:

return Object.keys(query).map(x => {
if (typeof query[x] === 'object') {
if (query[x] && typeof query[x] === 'object') {
return createKey(query[x]);

@@ -179,0 +179,0 @@ } else {

Sorry, the diff of this file is not supported yet

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