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.5 to 4.0.6

2

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

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

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

@@ -47,2 +47,3 @@ "lsmod": "1.0.0",

"lint:tslint": "tslint -t stylish -p .",
"lint:tslint:json": "tslint --format json -p . | tee lint-results.json",
"fix": "run-s fix:tslint fix:prettier",

@@ -49,0 +50,0 @@ "fix:prettier": "prettier --write '{src,test}/**/*.ts'",

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