New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-parse

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-parse - npm Package Compare versions

Comparing version
1.9.0
to
1.9.1
+3
-3
dist/server/Logger.js

@@ -40,4 +40,4 @@ (function (global, factory) {

}
if (action.onSuccess) {
action.onSuccess({ type: type, action: action, status: status, res: res });
if (action.payload.onSuccess) {
action.payload.onSuccess({ type: type, action: action, status: status, res: res });
}

@@ -49,3 +49,3 @@ };

}
if (action.onSuccess) {
if (action.payload.onError) {
action.onError({ type: type, action: action, status: status, res: res });

@@ -52,0 +52,0 @@ }

{
"name": "react-parse",
"version": "1.9.0",
"version": "1.9.1",
"description": "react components with redux and saga ready to use for easy and fast fetch data from and parse server",

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