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

react-error-overlay

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-error-overlay - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

9

package.json
{
"name": "react-error-overlay",
"version": "5.1.0",
"version": "5.1.1",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"sideEffects": false,
"scripts": {

@@ -39,3 +40,3 @@ "start": "cross-env NODE_ENV=development node build.js --watch",

"babel-loader": "8.0.4",
"babel-preset-react-app": "^6.1.0",
"babel-preset-react-app": "^7.0.0",
"chalk": "^2.3.2",

@@ -45,3 +46,3 @@ "chokidar": "^2.0.2",

"eslint": "5.6.0",
"eslint-config-react-app": "^3.0.5",
"eslint-config-react-app": "^3.0.6",
"eslint-plugin-flowtype": "2.50.1",

@@ -59,3 +60,3 @@ "eslint-plugin-import": "2.14.0",

"react": "^16.3.2",
"react-app-polyfill": "^0.1.3",
"react-app-polyfill": "^0.2.0",
"react-dom": "^16.3.2",

@@ -62,0 +63,0 @@ "rimraf": "^2.6.2",

@@ -8,5 +8,5 @@ # `react-error-overlay`

When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.
This is ran in watch mode by default.
This is run in watch mode by default.
If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>
If you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`).

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

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