New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

satcheljs

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satcheljs - npm Package Compare versions

Comparing version 2.2.0 to 2.2.2

2

lib/action.js

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

var passedArguments = arguments;
dispatch_1.default(function () { returnValue = target.apply(undefined, passedArguments); }, actionType, arguments, actionContext);
dispatch_1.default(function () { returnValue = target.apply(undefined, passedArguments); return returnValue; }, actionType, arguments, actionContext);
return returnValue;

@@ -11,0 +11,0 @@ };

{
"name": "satcheljs",
"version": "2.2.0",
"version": "2.2.2",
"description": "Store implementation for functional reactive flux.",

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

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