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

@baiducloud/sdk

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baiducloud/sdk - npm Package Compare versions

Comparing version 1.0.0-rc.4 to 1.0.0-rc.5

2

package.json
{
"name": "@baiducloud/sdk",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Baidu Cloud Engine JavaScript SDK",

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

@@ -121,3 +121,3 @@ /**

client.timeOffset = serverTimestamp - Date.now();
BceBaseClient.prototype.timeOffset = serverTimestamp - Date.now();

@@ -124,0 +124,0 @@ if (err[H.X_STATUS_CODE] === 403 && err[H.X_CODE] === 'RequestTimeTooSkewed') {

@@ -909,3 +909,3 @@ /**

client.timeOffset = serverTimestamp - Date.now();
BceBaseClient.prototype.timeOffset = serverTimestamp - Date.now();

@@ -912,0 +912,0 @@ if (err[H.X_STATUS_CODE] === 403 && err[H.X_CODE] === 'RequestTimeTooSkewed') {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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