Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/node

Package Overview
Dependencies
Maintainers
8
Versions
532
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 to 4.0.1

16

dist/index.d.ts

@@ -8,5 +8,17 @@ export { Breadcrumb, Request, SdkInfo, SentryEvent, SentryException, SentryResponse, Severity, StackFrame, Stacktrace, Status, Thread, User, } from '@sentry/types';

export { SDK_NAME, SDK_VERSION } from './version';
import { Integrations as CoreIntegrations } from '@sentry/core';
import * as Handlers from './handlers';
import * as Integrations from './integrations';
import * as NodeIntegrations from './integrations';
import * as Transports from './transports';
export { Integrations, Transports, Handlers };
declare const INTEGRATIONS: {
Console: typeof NodeIntegrations.Console;
Http: typeof NodeIntegrations.Http;
OnUncaughtException: typeof NodeIntegrations.OnUncaughtException;
OnUnhandledRejection: typeof NodeIntegrations.OnUnhandledRejection;
ClientOptions: typeof NodeIntegrations.ClientOptions;
SDKInformation: typeof NodeIntegrations.SDKInformation;
LinkedErrors: typeof NodeIntegrations.LinkedErrors;
Modules: typeof NodeIntegrations.Modules;
Debug: typeof CoreIntegrations.Debug;
};
export { INTEGRATIONS as Integrations, Transports, Handlers };
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -28,8 +39,10 @@ var types_1 = require("@sentry/types");

exports.SDK_VERSION = version_1.SDK_VERSION;
var core_2 = require("@sentry/core");
var Handlers = require("./handlers");
exports.Handlers = Handlers;
var Integrations = require("./integrations");
exports.Integrations = Integrations;
var NodeIntegrations = require("./integrations");
var Transports = require("./transports");
exports.Transports = Transports;
var INTEGRATIONS = __assign({}, core_2.Integrations, NodeIntegrations);
exports.Integrations = INTEGRATIONS;
//# sourceMappingURL=index.js.map

2

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

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

"dependencies": {
"@sentry/core": "4.0.0",
"@sentry/hub": "4.0.0",
"@sentry/core": "4.0.1",
"@sentry/hub": "4.0.1",
"@sentry/types": "4.0.0",
"@sentry/utils": "4.0.0",
"@sentry/utils": "4.0.1",
"cookie": "0.3.1",

@@ -24,0 +24,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