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 5.4.2 to 5.4.3

18

package.json
{
"name": "@shiyuhang0/adapter-tidbcloud",
"version": "5.4.2",
"version": "5.4.3",
"description": "Prisma's driver adapter for \"@tidbcloud/serverless\"",

@@ -8,6 +8,2 @@ "main": "dist/index.js",

"types": "dist/index.d.ts",
"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"lint": "tsc -p ./tsconfig.build.json"
},
"files": [

@@ -25,7 +21,15 @@ "dist",

"devDependencies": {
"@tidbcloud/serverless": "^0.0.6"
"@tidbcloud/serverless": "^0.0.6",
"@types/node": "^20.5.1",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@tidbcloud/serverless": "^0.0.6"
},
"scripts": {
"build": "tsup ./src/index.ts --format cjs,esm --dts",
"lint": "tsc -p ./tsconfig.build.json"
}
}
}
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