Socket
Socket
Sign inDemoInstall

@redux-devtools/extension

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-devtools/extension - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

dist/developmentOnly.d.ts

27

package.json
{
"name": "@redux-devtools/extension",
"version": "3.0.0",
"version": "3.1.0",
"description": "Wrappers for Redux DevTools Extension.",

@@ -9,7 +9,8 @@ "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-extension",

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

@@ -20,6 +21,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",
"lint": "eslint . --ext .ts",

@@ -30,7 +29,12 @@ "type-check": "tsc --noEmit",

},
"dependencies": {
"@babel/runtime": "^7.16.7"
},
"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",
"@typescript-eslint/eslint-plugin": "^5.8.1",

@@ -42,2 +46,5 @@ "@typescript-eslint/parser": "^5.8.1",

"rimraf": "^3.0.2",
"rollup": "^2.63.0",
"rollup-plugin-typescript2": "^0.31.1",
"tslib": "^2.3.1",
"typescript": "~4.5.4"

@@ -48,3 +55,3 @@ },

},
"gitHead": "88efc25786b0ff950646533e228f597716e79df9"
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14"
}
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