react-error-overlay
Advanced tools
Comparing version 2.0.2 to 3.0.0
{ | ||
"name": "react-error-overlay", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "An overlay for displaying stack frames.", | ||
@@ -8,6 +8,6 @@ "main": "lib/index.js", | ||
"prepublishOnly": "npm run build:prod && npm test", | ||
"start": "rimraf lib/ && cross-env NODE_ENV=development npm run build -- --watch", | ||
"test": "flow && jest", | ||
"build": "rimraf lib/ && babel src/ -d lib/", | ||
"build:prod": "rimraf lib/ && cross-env NODE_ENV=production babel src/ -d lib/" | ||
"start": "cross-env NODE_ENV=development node build.js --watch", | ||
"test": "flow && cross-env NODE_ENV=test jest", | ||
"build": "cross-env NODE_ENV=development node build.js", | ||
"build:prod": "cross-env NODE_ENV=production node build.js" | ||
}, | ||
@@ -31,19 +31,14 @@ "repository": "facebookincubator/create-react-app", | ||
"files": [ | ||
"lib/", | ||
"middleware.js" | ||
"lib/index.js" | ||
], | ||
"dependencies": { | ||
"anser": "1.4.1", | ||
"babel-code-frame": "6.22.0", | ||
"babel-runtime": "6.26.0", | ||
"html-entities": "1.2.1", | ||
"react": "^15 || ^16", | ||
"react-dom": "^15 || ^16", | ||
"settle-promise": "1.0.0", | ||
"source-map": "0.5.6" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "6.24.1", | ||
"anser": "1.4.4", | ||
"babel-code-frame": "6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "7.2.3", | ||
"babel-preset-react-app": "^3.0.3", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-react-app": "^3.1.0", | ||
"babel-runtime": "6.26.0", | ||
"chalk": "^2.1.0", | ||
"chokidar": "^1.7.0", | ||
"cross-env": "5.0.5", | ||
@@ -57,5 +52,14 @@ "eslint": "4.4.1", | ||
"flow-bin": "^0.54.0", | ||
"html-entities": "1.2.1", | ||
"jest": "20.0.4", | ||
"jest-fetch-mock": "1.2.1", | ||
"rimraf": "^2.6.1" | ||
"object-assign": "4.1.1", | ||
"promise": "8.0.1", | ||
"raw-loader": "^0.5.1", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"rimraf": "^2.6.1", | ||
"settle-promise": "1.0.0", | ||
"source-map": "0.5.6", | ||
"webpack": "^3.6.0" | ||
}, | ||
@@ -62,0 +66,0 @@ "jest": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
433759
0
5892
1
4
29
3
- Removedanser@1.4.1
- Removedbabel-code-frame@6.22.0
- Removedbabel-runtime@6.26.0
- Removedhtml-entities@1.2.1
- Removedreact@^15 || ^16
- Removedreact-dom@^15 || ^16
- Removedsettle-promise@1.0.0
- Removedsource-map@0.5.6
- Removedanser@1.4.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedbabel-code-frame@6.22.0(transitive)
- Removedbabel-runtime@6.26.0(transitive)
- Removedchalk@1.1.3(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedesutils@2.0.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhtml-entities@1.2.1(transitive)
- Removedjs-tokens@3.0.2(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedregenerator-runtime@0.11.1(transitive)
- Removedscheduler@0.19.1(transitive)
- Removedsettle-promise@1.0.0(transitive)
- Removedsource-map@0.5.6(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)