Comparing version 4.2.4 to 4.2.5
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
57597
1061
0
0
24