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

esbuild-plugin-pino

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-pino - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

4

dist/index.d.ts

@@ -101,2 +101,4 @@ type Platform = 'browser' | 'node' | 'neutral';

external?: string[];
/** Documentation: https://esbuild.github.io/api/#alias */
alias?: Record<string, string>;
/** Documentation: https://esbuild.github.io/api/#loader */

@@ -585,3 +587,3 @@ loader?: { [ext: string]: Loader };

*/
wasmURL?: string
wasmURL?: string | URL

@@ -588,0 +590,0 @@ /**

{
"name": "esbuild-plugin-pino",
"version": "1.2.6",
"version": "1.2.7",
"description": "An esbuild plugin to generate extra pino files for bundling",

@@ -28,7 +28,7 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"esbuild": "0.15.15",
"eslint": "8.28.0",
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"esbuild": "0.15.17",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",

@@ -41,4 +41,4 @@ "eslint-plugin-prettier": "4.2.1",

"pino-pretty": "9.1.1",
"pkgroll": "1.4.0",
"prettier": "2.7.1",
"pkgroll": "1.6.0",
"prettier": "2.8.0",
"standard-version": "9.5.0",

@@ -48,3 +48,3 @@ "thread-stream": "2.2.0",

"typescript": "4.9.3",
"vitest": "0.25.2"
"vitest": "0.25.3"
},

@@ -51,0 +51,0 @@ "scripts": {

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