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

etcd-json-logs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

etcd-json-logs - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

index.js

@@ -19,2 +19,8 @@ #!/usr/bin/env node

var preambleMatch = lineFormat.exec(line);
if (preambleMatch === null) {
log.info({type: "misc"}, line);
return;
}
line = line.substring(preambleMatch[0].length);

@@ -21,0 +27,0 @@

2

package.json
{
"name": "etcd-json-logs",
"version": "0.0.2",
"version": "0.0.3",
"description": "Raw etcd logs go in. JSON log records go out.",

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

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