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

badburger

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badburger - npm Package Compare versions

Comparing version 4.0.25 to 4.0.26

2

es/index.js

@@ -158,3 +158,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

console.log('subAction', subAction);
console.log('subAction', subAction, action);
var callback = lookbook.actions[name][toCamelCase(mainAction)];

@@ -161,0 +161,0 @@ var callbackType = callback ? 'action' : false;

@@ -180,3 +180,3 @@ "use strict";

console.log('subAction', subAction);
console.log('subAction', subAction, action);
var callback = lookbook.actions[name][toCamelCase(mainAction)];

@@ -183,0 +183,0 @@ var callbackType = callback ? 'action' : false;

{
"name": "badburger",
"version": "4.0.25",
"version": "4.0.26",
"description": "An opinionated state management library based on Redux.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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