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.4 to 4.2.5

9

lib/mutator.js

@@ -14,8 +14,11 @@ "use strict";

var wrappedTarget = mobx_1.action(actionType, function (actionMessage) {
var globalContext = globalContext_1.getGlobalContext();
try {
globalContext_1.getGlobalContext().currentMutator = actionType;
globalContext.currentMutator = actionType;
target(actionMessage);
globalContext.currentMutator = null;
}
finally {
globalContext_1.getGlobalContext().currentMutator = null;
catch (e) {
globalContext.currentMutator = null;
throw e;
}

@@ -22,0 +25,0 @@ });

{
"name": "satcheljs",
"version": "4.2.4",
"version": "4.2.5",
"description": "Store implementation for functional reactive flux.",

@@ -23,2 +23,6 @@ "lint-staged": {

},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/satcheljs.git"
},
"devDependencies": {

@@ -33,3 +37,4 @@ "@types/enzyme": "~2.5.38",

"jasmine": "^2.6.0",
"jest": "24.5.0",
"jest": "^27.2.5",
"jsdom": "^18.0.0",
"lint-staged": "~4.0.1",

@@ -44,3 +49,3 @@ "mobx": "^4.4.0",

"rimraf": "^2.5.4",
"ts-jest": "^24.0.0",
"ts-jest": "^27.0.5",
"tslint": "~5.5.0",

@@ -47,0 +52,0 @@ "tslint-eslint-rules": "~4.1.1",

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