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

@pager/logger

Package Overview
Dependencies
Maintainers
14
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pager/logger - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

5

lib/streams/sentry.js

@@ -12,3 +12,6 @@ 'use strict'

if (config.patchGlobal) {
Raven.install()
Raven.install((err) => {
console.error(err.stack)
process.exit(1)
})
}

@@ -15,0 +18,0 @@

2

package.json
{
"name": "@pager/logger",
"version": "2.0.0",
"version": "2.1.0",
"description": "Logging library",

@@ -5,0 +5,0 @@ "keywords": [

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