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.1 to 2.5.2

3

dist/src/consume/index.js

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

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

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

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

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

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

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

@@ -167,0 +168,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