Socket
Socket
Sign inDemoInstall

@graphprotocol/graph-pino

Package Overview
Dependencies
Maintainers
22
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphprotocol/graph-pino - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@graphprotocol/graph-pino",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pino formatter for The Graph",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -31,3 +31,3 @@ # graph-pino

# Indexer agent
graph-indexer-service ... | graph-pino
graph-indexer-agent ... | graph-pino
```

@@ -34,0 +34,0 @@

@@ -37,2 +37,10 @@ #!/usr/bin/env node

if (data.version) {
msg += `, version: ${data.version}`
}
if (data.minimumVersion) {
msg += `, minimumVersion: ${data.minimumVersion}`
}
if (data.err) {

@@ -39,0 +47,0 @@ msg += `, err: ${

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