Socket
Socket
Sign inDemoInstall

@sentry/node

Package Overview
Dependencies
Maintainers
9
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 0.4.0 to 0.4.1

LICENSE

2

dist/lib/backend.js

@@ -93,3 +93,3 @@ "use strict";

}
raven_1.Raven.config(dsn.toString(), this.frontend.getOptions()).install();
raven_1.Raven.config(dsn.toString(true), this.frontend.getOptions()).install();
onFatalError = this.frontend.getOptions().onFatalError;

@@ -96,0 +96,0 @@ if (onFatalError) {

{
"name": "@sentry/node",
"version": "0.4.0",
"version": "0.4.1",
"description": "Offical Sentry SDK for Node.js",
"repository": "https://github.com/getsentry/raven-js",
"author": "Sentry",
"license": "MIT",
"license": "BSD-3-Clause",
"engines": {

@@ -17,4 +17,4 @@ "node": ">=6"

"dependencies": {
"@sentry/core": "0.4.0",
"@sentry/utils": "0.4.0",
"@sentry/core": "0.4.1",
"@sentry/utils": "0.4.1",
"raven": "^2.4.2"

@@ -21,0 +21,0 @@ },

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