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

react-devtools-core

Package Overview
Dependencies
Maintainers
5
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-devtools-core - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

11

package.json
{
"name": "react-devtools-core",
"version": "2.0.11",
"version": "2.0.12",
"description": "Use react-devtools outside of the browser",

@@ -17,6 +17,6 @@ "main": "./build/backend.js",

"scripts": {
"backend": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js",
"backend:watch": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js --watch",
"standalone": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js",
"standalone:watch": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js --watch",
"backend": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js",
"backend:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js --watch",
"standalone": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js",
"standalone:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js --watch",
"build": "npm run backend && npm run standalone",

@@ -28,4 +28,5 @@ "prepublish": "npm run build"

"dependencies": {
"cross-env": "^3.1.4",
"ws": "^2.0.3"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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