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.2.0 to 3.2.1

6

History.md
3.2.1 / 2018-10-18
==================
**fixes**
* [[`d6b6fc6`](http://github.com/ali-sdk/ali-ons/commit/d6b6fc61d049c5925c65913c299d0b423573d4b6)] - fix: accessKeyID => accessKeyId (#50) (fengmk2 <<fengmk2@gmail.com>>)
3.2.0 / 2018-10-17

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

4

lib/channel.js

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

const arr = address.split(':');
// support alias: accessKeyID and accessKeySecret
options.accessKey = options.accessKey || options.accessKeyID;
// support alias: accessKeyId and accessKeySecret
options.accessKey = options.accessKey || options.accessKeyId;
options.secretKey = options.secretKey || options.accessKeySecret;

@@ -26,0 +26,0 @@ super(Object.assign({

{
"name": "ali-ons",
"version": "3.2.0",
"version": "3.2.1",
"description": "Aliyun Open Notification Service Client",

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

@@ -36,3 +36,3 @@ ali-ons

httpclient,
accessKeyID: 'your-AccessKeyID',
accessKeyId: 'your-accessKeyId',
accessKeySecret: 'your-AccessKeySecret',

@@ -61,3 +61,3 @@ consumerGroup: 'your-consumer-group',

httpclient,
accessKeyID: 'your-AccessKeyID',
accessKeyId: 'your-accessKeyId',
accessKeySecret: 'your-AccessKeySecret',

@@ -64,0 +64,0 @@ producerGroup: 'your-producer-group',

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