Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redux-devtools/utils

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-devtools/utils - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

0

lib/types/catchErrors.d.ts

@@ -0,0 +0,0 @@ declare const ERROR = "@@redux-devtools/ERROR";

@@ -0,0 +0,0 @@ import { PerformAction } from '@redux-devtools/core';

@@ -0,0 +0,0 @@ import { Action } from 'redux';

@@ -0,0 +0,0 @@ import Immutable from 'immutable';

31

package.json
{
"name": "@redux-devtools/utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "Reusable functions of Redux DevTools",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils",

"dependencies": {
"@babel/runtime": "^7.16.7",
"@redux-devtools/core": "^3.11.0",
"@babel/runtime": "^7.17.9",
"@redux-devtools/core": "^3.12.0",
"@redux-devtools/serialize": "^0.4.1",

@@ -44,19 +44,19 @@ "@types/get-params": "^0.1.0",

"lodash": "^4.17.21",
"nanoid": "^3.2.0",
"nanoid": "^3.3.2",
"redux": "^4.1.2"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jsan": "^3.1.2",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"@types/lodash": "^4.14.181",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"rimraf": "^3.0.2",

@@ -69,4 +69,3 @@ "typescript": "~4.5.5"

"redux": "^4.1.2"
},
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc