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.0 to 3.6.1

6

History.md
3.6.1 / 2019-04-15
==================
**fixes**
* [[`7e5c6a4`](http://github.com/ali-sdk/ali-ons/commit/7e5c6a4ccf3f488df0f0e41a9a7bcfb0aadefb14)] - fix: not set nameSrv by default (#77) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>)
3.6.0 / 2019-04-15

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

2

lib/client_config.js

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

// https://help.aliyun.com/document_detail/102895.html 阿里云产品更新,支持实例化
nameSrv: 'onsaddr.mq-internet-access.mq-internet.aliyuncs.com:80',
// nameSrv: 'onsaddr.mq-internet-access.mq-internet.aliyuncs.com:80',
onsChannel: 'ALIYUN', // CLOUD, ALIYUN, ALL

@@ -25,0 +25,0 @@ };

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

if (this.namespace && !msg.topic.startsWith(this.namespace)) {
if (this.namespace && (!msg.topic.startsWith(this.namespace) || !msg.topic.startsWith(MixAll.RETRY_GROUP_TOPIC_PREFIX))) {
msg.topic = `${this.namespace}%${msg.topic}`;

@@ -199,0 +199,0 @@ }

{
"name": "ali-ons",
"version": "3.6.0",
"version": "3.6.1",
"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