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

@tidbcloud/serverless

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tidbcloud/serverless - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11-beta1

1

dist/index.d.ts

@@ -36,2 +36,3 @@ interface ServerlessError {

debug?: boolean;
disableCompression?: boolean;
}

@@ -38,0 +39,0 @@ interface ExecuteOptions {

5

dist/index.js

@@ -132,3 +132,3 @@ // src/format.ts

// src/version.ts
var Version = "0.0.10";
var Version = "0.0.11-beta1";

@@ -162,2 +162,5 @@ // src/serverless.ts

}
if (!config.disableCompression) {
headers["Accept-Encoding"] = "gzip";
}
const response = await fetch2(url.toString(), {

@@ -164,0 +167,0 @@ method: "POST",

{
"name": "@tidbcloud/serverless",
"version": "0.0.10",
"version": "0.0.11-beta1",
"description": "TiDB Cloud Serverless Driver",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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