New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/react

Package Overview
Dependencies
Maintainers
12
Versions
420
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.14.0 to 6.14.1

2

dist/errorboundary.js

@@ -108,5 +108,7 @@ Object.defineProperty(exports, "__esModule", { value: true });

function withErrorBoundary(WrappedComponent, errorBoundaryOptions) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
var componentDisplayName = WrappedComponent.displayName || WrappedComponent.name || exports.UNKNOWN_COMPONENT;
var Wrapped = function (props) { return (React.createElement(ErrorBoundary, tslib_1.__assign({}, errorBoundaryOptions),
React.createElement(WrappedComponent, tslib_1.__assign({}, props)))); };
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
Wrapped.displayName = "errorBoundary(" + componentDisplayName + ")";

@@ -113,0 +115,0 @@ // Copy over static methods from Wrapped component to Profiler HOC

Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-explicit-any */

@@ -4,0 +5,0 @@ var browser_1 = require("@sentry/browser");

4

dist/reactrouter.js

@@ -98,3 +98,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */
function withSentryRouting(Route) {

@@ -119,3 +119,3 @@ var componentDisplayName = Route.displayName || Route.name;

exports.withSentryRouting = withSentryRouting;
/* eslint-enable @typescript-eslint/no-explicit-any */
/* eslint-enable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */
//# sourceMappingURL=reactrouter.js.map

@@ -106,5 +106,7 @@ import { __assign, __extends } from "tslib";

function withErrorBoundary(WrappedComponent, errorBoundaryOptions) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
var componentDisplayName = WrappedComponent.displayName || WrappedComponent.name || UNKNOWN_COMPONENT;
var Wrapped = function (props) { return (React.createElement(ErrorBoundary, __assign({}, errorBoundaryOptions),
React.createElement(WrappedComponent, __assign({}, props)))); };
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
Wrapped.displayName = "errorBoundary(" + componentDisplayName + ")";

@@ -111,0 +113,0 @@ // Copy over static methods from Wrapped component to Profiler HOC

import { __assign, __extends, __read } from "tslib";
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-explicit-any */

@@ -3,0 +4,0 @@ import { getCurrentHub } from '@sentry/browser';

@@ -95,3 +95,3 @@ import { __assign } from "tslib";

}
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */
export function withSentryRouting(Route) {

@@ -115,3 +115,3 @@ var componentDisplayName = Route.displayName || Route.name;

}
/* eslint-enable @typescript-eslint/no-explicit-any */
/* eslint-enable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-member-access */
//# sourceMappingURL=reactrouter.js.map
{
"name": "@sentry/react",
"version": "6.14.0",
"version": "6.14.1",
"description": "Official Sentry SDK for React.js",

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

"dependencies": {
"@sentry/browser": "6.14.0",
"@sentry/minimal": "6.14.0",
"@sentry/types": "6.14.0",
"@sentry/utils": "6.14.0",
"@sentry/browser": "6.14.1",
"@sentry/minimal": "6.14.1",
"@sentry/types": "6.14.1",
"@sentry/utils": "6.14.1",
"hoist-non-react-statics": "^3.3.2",

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

"devDependencies": {
"@sentry-internal/eslint-config-sdk": "6.14.0",
"@sentry-internal/eslint-config-sdk": "6.14.1",
"@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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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