New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@everymundo/simple-logr

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@everymundo/simple-logr - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

3

index.js

@@ -31,2 +31,3 @@ 'use strict'

base: null,
sync: true,
...options

@@ -38,3 +39,3 @@ })

const logr = Object.create(pino(pinoOptions), {
const logr = Object.create(pino(pinoOptions, pino.destination(pinoOptions)), {
createLogger: { value: createLogger },

@@ -41,0 +42,0 @@ setRequestId: {

{
"name": "@everymundo/simple-logr",
"version": "3.2.0",
"version": "3.3.0",
"description": "A very simplistic logger that allows one to avoid using the console.log directly allowing stubbing and better linting.",

@@ -37,14 +37,14 @@ "main": "index.js",

"@std/esm": "^0.26.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
"c8": "^10.1.2",
"chai": "^5.1.1",
"coverage-node": "^8.0.0",
"esm": "^3.2.25",
"mocha": "^10.2.0",
"sinon": "^16.1.0",
"standard": "^17.0.0"
"mocha": "^10.7.3",
"sinon": "^19.0.2",
"standard": "^17.1.2"
},
"dependencies": {
"flatstr": "^1.0.12",
"pino": "^8.16.0"
"pino": "^9.4.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