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

ali-ons

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ali-ons - npm Package Compare versions

Comparing version 3.6.3 to 3.6.4

6

History.md
3.6.4 / 2019-05-10
==================
**fixes**
* [[`456cd1f`](http://github.com/ali-sdk/ali-ons/commit/456cd1f70d22161f51749f48737aa038e0b69f6a)] - fix: producer should format topic first (#81) (Hongcai Deng <<admin@dhchouse.com>>)
3.6.3 / 2019-05-10

@@ -3,0 +9,0 @@ ==================

2

lib/producer/mq_producer.js

@@ -190,2 +190,3 @@ 'use strict';

await this.ready();
msg.topic = this.formatTopic(msg.topic);

@@ -197,3 +198,2 @@ const topicPublishInfo = await this.tryToFindTopicPublishInfo(msg.topic);

msg.topic = this.formatTopic(msg.topic);

@@ -200,0 +200,0 @@ const maxTimeout = this.options.sendMsgTimeout + 1000;

{
"name": "ali-ons",
"version": "3.6.3",
"version": "3.6.4",
"description": "Aliyun Open Notification Service Client",

@@ -5,0 +5,0 @@ "main": "lib/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