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

graylog2

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graylog2 - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

graylog.js

@@ -147,3 +147,3 @@ var zlib = require('zlib'),

fileinfo = message.stack.split('\n')[0];
fileinfo = fileinfo.substr(fileinfo.indexOf('('), fileinfo.indeOf(')'));
fileinfo = fileinfo.substr(fileinfo.indexOf('('), fileinfo.indexOf(')'));
fileinfo = fileinfo.split(':');

@@ -150,0 +150,0 @@

{
"name": "graylog2",
"description": "Graylog2 client library for node.js",
"version": "0.2.0",
"version": "0.2.1",
"author": "Marc Trudel-Belise",

@@ -6,0 +6,0 @@ "bugs": {

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