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

@pager/logger

Package Overview
Dependencies
Maintainers
3
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 1.1.0 to 1.2.0

5

lib/streams/sentry.js

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

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

@@ -14,0 +17,0 @@

2

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

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

@@ -47,6 +47,6 @@ # logger

{
"log":{
"log": {
"patchGlobal": true,
"levels":{
"console":"debug"
"levels": {
"console": "debug"
}

@@ -53,0 +53,0 @@ }

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