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

@redux-devtools/instrument

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-devtools/instrument - npm Package Compare versions

Comparing version 1.11.2 to 2.0.0

dist/instrument.d.ts

25

package.json
{
"name": "@redux-devtools/instrument",
"version": "1.11.2",
"version": "2.0.0",
"description": "Redux DevTools instrumentation",

@@ -20,7 +20,8 @@ "keywords": [

"files": [
"lib",
"dist",
"src"
],
"main": "lib/instrument.js",
"types": "lib/instrument.d.ts",
"main": "dist/redux-devtools-instrument.cjs.js",
"module": "dist/redux-devtools-instrument.esm.js",
"types": "dist/instrument.d.ts",
"repository": {

@@ -31,6 +32,4 @@ "type": "git",

"scripts": {
"build": "yarn run build:types && yarn run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
"clean": "rimraf lib",
"build": "rollup -c",
"clean": "rimraf dist",
"test": "jest",

@@ -43,9 +42,12 @@ "lint": "eslint . --ext .ts",

"dependencies": {
"@babel/runtime": "^7.16.7",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@types/jest": "^27.4.0",

@@ -62,4 +64,7 @@ "@types/lodash": "^4.14.178",

"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup-plugin-typescript2": "^0.31.1",
"rxjs": "^7.5.1",
"ts-jest": "^27.1.2",
"tslib": "^2.3.1",
"typescript": "~4.5.4"

@@ -70,3 +75,3 @@ },

},
"gitHead": "88efc25786b0ff950646533e228f597716e79df9"
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14"
}

2

src/instrument.ts

@@ -984,3 +984,3 @@ import difference from 'lodash/difference';

*/
export default function instrument<
export function instrument<
OptionsS,

@@ -987,0 +987,0 @@ OptionsA extends Action<unknown>,

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