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.2 to 1.2.3

2

dist/commonjs/ErrorBoundary.js

@@ -56,3 +56,3 @@ 'use strict';

try {
onError.call(this, error, info ? info.componentStack : "");
onError.call(this, error, info ? info.componentStack : '');
} catch (ignoredError) {}

@@ -59,0 +59,0 @@ }

@@ -39,3 +39,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

try {
onError.call(this, error, info ? info.componentStack : "");
onError.call(this, error, info ? info.componentStack : '');
} catch (ignoredError) {}

@@ -42,0 +42,0 @@ }

@@ -1,2 +0,2 @@

import React from 'react';
import * as React from 'react';

@@ -3,0 +3,0 @@ export interface FallbackProps {

{
"name": "react-error-boundary",
"version": "1.2.2",
"version": "1.2.3",
"description": "Sample reusable React error boundary component for React 16+",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bvaughn/react-error-boundary",

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