New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudbase/node-sdk

Package Overview
Dependencies
Maintainers
15
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/node-sdk - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

dist/utils/tcbapirequester.js

@@ -103,3 +103,3 @@ "use strict";

this.opts = args.opts || {};
this.tracingInfo = (0, tracing_1.generateTracingInfo)((_b = (_a = args.config) === null || _a === void 0 ? void 0 : _a.context) === null || _b === void 0 ? void 0 : _b.eventId);
this.tracingInfo = (0, tracing_1.generateTracingInfo)((_b = (_a = args.config) === null || _a === void 0 ? void 0 : _a.context) === null || _b === void 0 ? void 0 : _b.eventID);
}

@@ -106,0 +106,0 @@ async request() {

{
"name": "@cloudbase/node-sdk",
"version": "3.3.1",
"version": "3.3.2",
"description": "tencent cloud base server sdk for node.js",

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

@@ -109,3 +109,3 @@ import http from 'http'

this.opts = args.opts || {}
this.tracingInfo = generateTracingInfo(args.config?.context?.eventId)
this.tracingInfo = generateTracingInfo(args.config?.context?.eventID)
}

@@ -112,0 +112,0 @@

@@ -201,3 +201,3 @@ import fs from 'fs'

context?: {
eventId: string
eventID: string
extendedContext: {

@@ -204,0 +204,0 @@ envId: string

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