Socket
Socket
Sign inDemoInstall

react-redux

Package Overview
Dependencies
9
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.1.1 to 9.1.2

8

dist/react-redux.legacy-esm.js

@@ -948,8 +948,10 @@ var __defProp = Object.defineProperty;

}, [didStoreComeFromProps, contextValue, subscription]);
const lastChildProps = React.useRef();
const lastChildProps = React.useRef(void 0);
const lastWrapperProps = React.useRef(wrapperProps);
const childPropsFromStoreUpdate = React.useRef();
const childPropsFromStoreUpdate = React.useRef(void 0);
const renderIsScheduled = React.useRef(false);
const isMounted = React.useRef(false);
const latestSubscriptionCallbackError = React.useRef();
const latestSubscriptionCallbackError = React.useRef(
void 0
);
useIsomorphicLayoutEffect(() => {

@@ -956,0 +958,0 @@ isMounted.current = true;

{
"name": "react-redux",
"version": "9.1.1",
"version": "9.1.2",
"description": "Official React bindings for Redux",

@@ -55,3 +55,2 @@ "keywords": [

"react": "^18.0",
"react-native": ">=0.69",
"redux": "^5.0.0"

@@ -63,5 +62,2 @@ },

},
"react-native": {
"optional": true
},
"redux": {

@@ -92,2 +88,3 @@ "optional": true

"@types/node": "^20.11.6",
"@types/prop-types": "^15.7.12",
"@types/react": "18.2.25",

@@ -94,0 +91,0 @@ "@typescript-eslint/eslint-plugin": "^6.17.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc