Socket
Socket
Sign inDemoInstall

redux

Package Overview
Dependencies
0
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.3 to 5.0.0-alpha.4

dist/redux.legacy-esm.js

31

package.json
{
"name": "redux",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"description": "Predictable state container for JavaScript apps",

@@ -27,3 +27,3 @@ "license": "MIT",

"main": "dist/cjs/redux.cjs",
"module": "dist/redux.mjs",
"module": "dist/redux.legacy-esm.js",
"types": "dist/redux.d.ts",

@@ -60,17 +60,3 @@ "exports": {

"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"@babel/node": "^7.18.10",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@rollup/plugin-babel": "^6",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@types/node": "^18.7.16",

@@ -84,5 +70,3 @@ "@typescript-eslint/eslint-plugin": "^5.36.2",

"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",

@@ -94,4 +78,2 @@ "eslint-plugin-react-hooks": "^4.6.0",

"rimraf": "^3.0.2",
"rollup": "^3.12.0",
"rollup-plugin-typescript2": "^0.34.1",
"rxjs": "^7.5.6",

@@ -102,12 +84,3 @@ "tsup": "^6.7.0",

},
"npmName": "redux",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"sideEffects": false
}
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