Socket
Socket
Sign inDemoInstall

@sentry/node

Package Overview
Dependencies
Maintainers
9
Versions
517
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/node - npm Package Compare versions

Comparing version 4.6.1 to 4.6.2

6

dist/sdk.js

@@ -76,2 +76,8 @@ "use strict";

}
if (options.release === undefined && process.env.SENTRY_RELEASE) {
options.release = process.env.SENTRY_RELEASE;
}
if (options.environment === undefined && process.env.SENTRY_ENVIRONMENT) {
options.environment = process.env.SENTRY_ENVIRONMENT;
}
if (domain.active) {

@@ -78,0 +84,0 @@ hub_1.setHubOnCarrier(hub_1.getMainCarrier(), core_1.getCurrentHub());

2

dist/version.d.ts
export declare const SDK_NAME = "sentry.javascript.node";
export declare const SDK_VERSION = "4.6.1";
export declare const SDK_VERSION = "4.6.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SDK_NAME = 'sentry.javascript.node';
exports.SDK_VERSION = '4.6.1';
exports.SDK_VERSION = '4.6.2';
//# sourceMappingURL=version.js.map
{
"name": "@sentry/node",
"version": "4.6.1",
"version": "4.6.2",
"description": "Offical Sentry SDK for Node.js",

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

"dependencies": {
"@sentry/core": "4.6.1",
"@sentry/hub": "4.6.1",
"@sentry/core": "4.6.2",
"@sentry/hub": "4.6.2",
"@sentry/types": "4.5.3",
"@sentry/utils": "4.6.1",
"@sentry/utils": "4.6.2",
"@types/stack-trace": "0.0.29",

@@ -24,0 +24,0 @@ "cookie": "0.3.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