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

ali-oss

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ali-oss - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

5

History.md
3.1.4 / 2016-01-26
==================
* fix: fix utf8 signature error
3.1.3 / 2015-12-18

@@ -3,0 +8,0 @@ ==================

2

lib/client.js

@@ -161,3 +161,3 @@ /**

var signature = crypto.createHmac('sha1', this.options.accessKeySecret);
signature = signature.update(stringToSign).digest('base64');
signature = signature.update(stringToSign, 'utf8').digest('base64');
return auth + signature;

@@ -164,0 +164,0 @@ };

{
"name": "ali-oss",
"version": "3.1.3",
"version": "3.1.4",
"description": "aliyun oss(open storage service) node client",

@@ -43,2 +43,5 @@ "main": "lib/client.js",

},
"publishConfig": {
"tag": "release-3"
},
"dependencies": {

@@ -45,0 +48,0 @@ "address": "~1.0.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