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

pino-std-serializers

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pino-std-serializers - npm Package Compare versions

Comparing version 3.2.0 to 4.0.0

.eslintignore

18

package.json
{
"name": "pino-std-serializers",
"version": "3.2.0",
"version": "4.0.0",
"description": "A collection of standard object serializers for Pino",
"main": "index.js",
"type": "commonjs",
"types": "index.d.ts",
"scripts": {

@@ -10,3 +12,4 @@ "lint": "standard | snazzy",

"test": "tap --no-cov 'test/**/*.test.js'",
"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'",
"test-types": "tsc && tsd"
},

@@ -29,10 +32,17 @@ "repository": {

"lint",
"test"
"test",
"test-types"
],
"devDependencies": {
"@types/node": "^15.3.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^16.0.0",
"tap": "^14.0.0"
"tap": "^14.0.0",
"tsd": "^0.15.1",
"typescript": "^4.2.4"
},
"tsd": {
"directory": "test/types"
}
}

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