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

@sentry/core

Package Overview
Dependencies
Maintainers
12
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/core - npm Package Compare versions

Comparing version

to
5.10.2

2

dist/integrations/functiontostring.js

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

}
var context = this.__sentry__ ? this.__sentry_original__ : this;
var context = this.__sentry_original__ || this;
// tslint:disable-next-line:no-unsafe-any

@@ -24,0 +24,0 @@ return originalFunctionToString.apply(context, args);

@@ -20,3 +20,3 @@ var originalFunctionToString;

}
var context = this.__sentry__ ? this.__sentry_original__ : this;
var context = this.__sentry_original__ || this;
// tslint:disable-next-line:no-unsafe-any

@@ -23,0 +23,0 @@ return originalFunctionToString.apply(context, args);

{
"name": "@sentry/core",
"version": "5.10.1",
"version": "5.10.2",
"description": "Base implementation for all Sentry JavaScript SDKs",

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

"dependencies": {
"@sentry/hub": "5.10.1",
"@sentry/minimal": "5.10.1",
"@sentry/hub": "5.10.2",
"@sentry/minimal": "5.10.2",
"@sentry/types": "5.10.0",
"@sentry/utils": "5.10.1",
"@sentry/utils": "5.10.2",
"tslib": "^1.9.3"

@@ -25,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet