Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.2.1 to 4.2.2

5

lib/mutator.js

@@ -12,5 +12,6 @@ "use strict";

}
var wrappedTarget = mobx_1.action(actionCreator_1.getPrivateActionType(actionCreator), function (actionMessage) {
var actionType = actionCreator_1.getPrivateActionType(actionCreator);
var wrappedTarget = mobx_1.action(actionType, function (actionMessage) {
try {
globalContext_1.getGlobalContext().currentMutator = actionCreator.name;
globalContext_1.getGlobalContext().currentMutator = actionType;
target(actionMessage);

@@ -17,0 +18,0 @@ }

2

package.json
{
"name": "satcheljs",
"version": "4.2.1",
"version": "4.2.2",
"description": "Store implementation for functional reactive flux.",

@@ -5,0 +5,0 @@ "lint-staged": {

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