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

logzio-nodejs

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logzio-nodejs - npm Package Compare versions

Comparing version 0.4.14 to 0.4.15

2

package.json
{
"name": "logzio-nodejs",
"description": "A nodejs implementation for sending logs to Logz.IO cloud service",
"version": "0.4.14",
"version": "0.4.15",
"author": "Gilly Barr <gilly@logz.io>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -31,2 +31,4 @@ ![Build Status](https://travis-ci.org/logzio/logzio-nodejs.svg?branch=master)

**Note:** If logzio-js is used as part of a serverless service (AWS Lambda, Azure Functions, Google Cloud Functions, etc.), add `logger.sendAndClose()` at the end of the run.
## Options

@@ -33,0 +35,0 @@

@@ -93,3 +93,4 @@ var logzioLogger = require('../lib/logzio-nodejs.js');

logger.log('hello from the other side');
logger.sendAndClose();
});
});

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