redux-saga-final-form
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -30,3 +30,3 @@ "use strict"; | ||
pendingCallbacks.delete(cbInfo.toClear); | ||
cbInfo.callback(); | ||
cbInfo.callback(action.payload); | ||
} | ||
@@ -33,0 +33,0 @@ function* finalFormSaga() { |
{ | ||
"name": "redux-saga-final-form", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -9,2 +9,3 @@ "main": "dist/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "tsc", | ||
"tsc": "tsc" | ||
@@ -11,0 +12,0 @@ }, |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
13568
10
96
2