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

nsq-publisher

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nsq-publisher - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -37,3 +37,3 @@ const Promise = require('bluebird');

const nsqWriter = new nsq.Writer(this.options.dataUrl, this.options.dataPort);
const nsqWriter = new nsq.Writer(this.dataUrl, this.dataPort);

@@ -49,3 +49,3 @@ nsqWriter.connect();

nsqWriter.publishAsync(this.options.topic, message)
nsqWriter.publishAsync(this.topic, message)
.then(nsqWriter.close)

@@ -52,0 +52,0 @@ .catch(callback)

{
"name": "nsq-publisher",
"version": "0.0.4",
"version": "0.0.5",
"description": "Simple way to create topics and publish messages in NSQ",

@@ -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