Socket
Socket
Sign inDemoInstall

pino

Package Overview
Dependencies
Maintainers
4
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino - npm Package Compare versions

Comparing version 8.11.0 to 8.12.0

.eslintignore

3

browser.js

@@ -16,3 +16,4 @@ 'use strict'

res: mock,
err: asErrValue
err: asErrValue,
errWithCause: asErrValue
}

@@ -19,0 +20,0 @@

@@ -77,1 +77,2 @@ # Pino Ecosystem

+ [`cloud-pine`](https://github.com/metcoder95/cloud-pine): transport that provides abstraction and compatibility with [`@google-cloud/logging`](https://www.npmjs.com/package/@google-cloud/logging).
+ [`crawlee-pino`](https://github.com/imyelo/crawlee-pino): use Pino to log within Crawlee
'use strict'
module.exports = { version: '8.11.0' }
module.exports = { version: '8.12.0' }
{
"name": "pino",
"version": "8.11.0",
"version": "8.12.0",
"description": "super fast, all natural json logger",

@@ -9,15 +9,2 @@ "main": "pino.js",

"browser": "./browser.js",
"files": [
"pino.js",
"file.js",
"pino.d.ts",
"bin.js",
"browser.js",
"pretty.js",
"usage.txt",
"test",
"docs",
"example.js",
"lib"
],
"scripts": {

@@ -33,2 +20,6 @@ "docs": "docsify serve",

"test-types": "tsc && tsd && ts-node test/types/pino.ts",
"test:smoke": "smoker smoke:pino && smoker smoke:browser && smoker smoke:file",
"smoke:pino": "node ./pino.js",
"smoke:browser": "node ./browser.js",
"smoke:file": "node ./file.js",
"transpile": "node ./test/fixtures/ts/transpile.cjs",

@@ -96,2 +87,3 @@ "cov-ui": "tap --ts --coverage-report=html",

"loglevel": "^1.6.7",
"midnight-smoker": "^2.0.1",
"pino-pretty": "^9.0.0",

@@ -98,0 +90,0 @@ "pre-commit": "^1.2.2",

@@ -1,2 +0,1 @@

// Type definitions for pino 7.0
// Project: https://github.com/pinojs/pino.git, http://getpino.io

@@ -557,2 +556,9 @@ // Definitions by: Peter Snider <https://github.com/psnider>

};
/**
* The disabled option will disable logging in browser if set to true, by default it is set to false.
*
* @example
* const pino = require('pino')({browser: {disabled: true}})
*/
disabled?: boolean;
};

@@ -559,0 +565,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