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

@alicloud/pop-core

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alicloud/pop-core - npm Package Compare versions

Comparing version 1.7.9 to 1.7.10

8

lib/roa.js

@@ -169,7 +169,5 @@ 'use strict';

var mixHeaders = Object.assign(this.buildHeaders(), keyLowerify(headers));
if (body) {
postBody = Buffer.from(body, 'utf8');
mixHeaders['content-md5'] = kitx.md5(postBody, 'base64');
mixHeaders['content-length'] = postBody.length;
}
postBody = Buffer.from(body, 'utf8');
mixHeaders['content-md5'] = kitx.md5(postBody, 'base64');
mixHeaders['content-length'] = postBody.length;

@@ -176,0 +174,0 @@ var url = `${this.endpoint}${uriPattern}`;

@@ -146,3 +146,5 @@ 'use strict';

'x-sdk-client': helper.DEFAULT_CLIENT,
'user-agent': helper.DEFAULT_UA
'user-agent': helper.DEFAULT_UA,
'x-acs-action': action,
'x-acs-version': this.apiVersion
}

@@ -149,0 +151,0 @@ }, this.opts, opts);

{
"name": "@alicloud/pop-core",
"version": "1.7.9",
"version": "1.7.10",
"description": "AliCloud POP SDK core",

@@ -27,3 +27,3 @@ "main": "index.js",

"httpx": "^2.1.2",
"json-bigint": "^0.2.3",
"json-bigint": "^1.0.0",
"kitx": "^1.2.1",

@@ -30,0 +30,0 @@ "xml2js": "^0.4.17"

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