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

@shiyuhang0/adapter-tidbcloud

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shiyuhang0/adapter-tidbcloud - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

dist/index.js

@@ -100,3 +100,2 @@ "use strict";

const fields = result.types;
const lastInsertId = result.lastInsertId.toString();
const rows = result.rows;

@@ -108,4 +107,3 @@ const columnNames = Object.keys(fields);

columnTypes: columnRawTypes.map((field) => fieldToColumnType(field)),
rows,
lastInsertId
rows
};

@@ -112,0 +110,0 @@ return (0, import_driver_adapter_utils2.ok)(resultSet);

{
"name": "@shiyuhang0/adapter-tidbcloud",
"version": "0.0.3",
"version": "0.0.4",
"description": "Prisma's driver adapter for \"@tidbcloud/serverless\"",

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

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