Socket
Socket
Sign inDemoInstall

react-redux

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0-rc.1 to 7.1.0

15

package.json
{
"name": "react-redux",
"version": "7.1.0-rc.1",
"version": "7.1.0",
"description": "Official React bindings for Redux",

@@ -59,3 +59,3 @@ "keywords": [

"@babel/preset-env": "^7.4.5",
"babel-core": "^7.0.0-bridge.0",
"@testing-library/react": "^8.0.1",
"babel-eslint": "^10.0.1",

@@ -74,15 +74,14 @@ "babel-jest": "^24.8.0",

"jest": "^24.8.0",
"jest-dom": "^3.4.0",
"prettier": "^1.17.1",
"jest-dom": "^3.5.0",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hooks-testing-library": "^0.5.0",
"react-hooks-testing-library": "^0.5.1",
"react-test-renderer": "^16.8.6",
"react-testing-library": "^7.0.1",
"redux": "^4.0.1",
"rimraf": "^2.6.3",
"rollup": "^1.12.4",
"rollup": "^1.14.6",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"rollup-plugin-replace": "^2.2.0",

@@ -89,0 +88,0 @@ "rollup-plugin-terser": "^5.0.0"

@@ -69,10 +69,6 @@ import { useReducer, useRef, useEffect, useMemo, useLayoutEffect } from 'react'

} catch (err) {
let errorMessage = `An error occured while selecting the store state: ${
err.message
}.`
let errorMessage = `An error occured while selecting the store state: ${err.message}.`
if (latestSubscriptionCallbackError.current) {
errorMessage += `\nThe error may be correlated with this previous error:\n${
latestSubscriptionCallbackError.current.stack
}\n\nOriginal stack trace:`
errorMessage += `\nThe error may be correlated with this previous error:\n${latestSubscriptionCallbackError.current.stack}\n\nOriginal stack trace:`
}

@@ -79,0 +75,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc