Socket
Socket
Sign inDemoInstall

react-error-boundary

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-error-boundary - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

dist/.DS_Store

5

package.json
{
"name": "react-error-boundary",
"version": "1.2.1",
"version": "1.2.2",
"description": "Sample reusable React error boundary component for React 16+",

@@ -8,3 +8,4 @@ "homepage": "https://github.com/bvaughn/react-error-boundary",

"files": [
"dist"
"dist",
"index.d.ts"
],

@@ -11,0 +12,0 @@ "main": "dist/commonjs/index.js",

2

README.md

@@ -6,3 +6,3 @@ # react-error-boundary

The simplest way to use a boundary is to wrap it around any component that may throw an error.
This will handle errors thrown by that component's descendents also.
This will handle errors thrown by that component's descendants also.

@@ -9,0 +9,0 @@ ```jsx

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