Socket
Socket
Sign inDemoInstall

@sentry/node

Package Overview
Dependencies
Maintainers
8
Versions
514
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.0.0-rc.1 to 4.0.0-rc.2

2

dist/backend.js

@@ -64,2 +64,3 @@ "use strict";

var hub_1 = require("@sentry/hub");
var types_1 = require("@sentry/types");
var is_1 = require("@sentry/utils/is");

@@ -115,2 +116,3 @@ var object_1 = require("@sentry/utils/object");

NodeBackend.prototype.eventFromMessage = function (message, level, hint) {
if (level === void 0) { level = types_1.Severity.Info; }
return __awaiter(this, void 0, void 0, function () {

@@ -117,0 +119,0 @@ var event, stack, _a, frames_1;

2

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

@@ -18,7 +18,7 @@ "repository": "git://github.com/getsentry/raven-js.git",

"dependencies": {
"@sentry/core": "4.0.0-rc.1",
"@sentry/hub": "4.0.0-rc.1",
"@sentry/minimal": "4.0.0-rc.1",
"@sentry/types": "4.0.0-rc.1",
"@sentry/utils": "4.0.0-rc.1",
"@sentry/core": "4.0.0-rc.2",
"@sentry/hub": "4.0.0-rc.2",
"@sentry/minimal": "4.0.0-rc.2",
"@sentry/types": "4.0.0-rc.2",
"@sentry/utils": "4.0.0-rc.2",
"cookie": "0.3.1",

@@ -25,0 +25,0 @@ "lsmod": "1.0.0",

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