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

elytron

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elytron - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

dist/src/consume/index.js

@@ -171,3 +171,3 @@ 'use strict';

(0, _logger.log)('Consuming ' + topic + ' at offset ' + offset);
(0, _logger.log)('Consuming ' + topic + ' at offset ' + offset + ', using command: ' + _run.kafkacat);
var consumer = spawn(_run.kafkacat, consume_options);

@@ -174,0 +174,0 @@

{
"name": "elytron",
"version": "2.5.0",
"version": "2.5.1",
"description": "An interface for Kafka in Node",

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

@@ -164,3 +164,3 @@ import uuid from 'uuid';

log(`Consuming ${topic} at offset ${offset}`);
log(`Consuming ${topic} at offset ${offset}, using command: ${kafkacat}`);
const consumer = spawn(kafkacat, consume_options);

@@ -167,0 +167,0 @@

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