Socket
Socket
Sign inDemoInstall

@sentry/react

Package Overview
Dependencies
Maintainers
12
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/react - npm Package Compare versions

Comparing version 6.12.0-beta.2 to 6.12.0

2

dist/errorboundary.d.ts

@@ -27,3 +27,3 @@ import { ReportDialogOptions, Scope } from '@sentry/browser';

fallback?: React.ReactElement | FallbackRender;
/** Called with the error boundary encounters an error */
/** Called when the error boundary encounters an error */
onError?(error: Error, componentStack: string, eventId: string): void;

@@ -30,0 +30,0 @@ /** Called on componentDidMount() */

@@ -27,3 +27,3 @@ import { ReportDialogOptions, Scope } from '@sentry/browser';

fallback?: React.ReactElement | FallbackRender;
/** Called with the error boundary encounters an error */
/** Called when the error boundary encounters an error */
onError?(error: Error, componentStack: string, eventId: string): void;

@@ -30,0 +30,0 @@ /** Called on componentDidMount() */

{
"name": "@sentry/react",
"version": "6.12.0-beta.2",
"version": "6.12.0",
"description": "Official Sentry SDK for React.js",

@@ -19,6 +19,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/browser": "6.12.0-beta.2",
"@sentry/minimal": "6.12.0-beta.2",
"@sentry/types": "6.12.0-beta.2",
"@sentry/utils": "6.12.0-beta.2",
"@sentry/browser": "6.12.0",
"@sentry/minimal": "6.12.0",
"@sentry/types": "6.12.0",
"@sentry/utils": "6.12.0",
"hoist-non-react-statics": "^3.3.2",

@@ -31,3 +31,3 @@ "tslib": "^1.9.3"

"devDependencies": {
"@sentry-internal/eslint-config-sdk": "6.12.0-beta.2",
"@sentry-internal/eslint-config-sdk": "6.12.0",
"@testing-library/react": "^11.2.6",

@@ -34,0 +34,0 @@ "@testing-library/react-hooks": "^5.1.1",

Sorry, the diff of this file is not supported yet

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