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

database-proxy

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

database-proxy - npm Package Compare versions

Comparing version

to
1.0.0

LICENSE

11

package.json
{
"name": "database-proxy",
"version": "1.0.0-beta.14-patch0",
"description": "通过一套「访问控制规则」配置数据库访问,实现客户端通过 HTTP 直接访问数据库。",
"version": "1.0.0",
"description": "Through a set of access control rules configuration database access to realize the client directly access the database via HTTP.",
"main": "./dist",

@@ -30,3 +30,3 @@ "scripts": {

"dependencies": {
"database-ql": "^1.0.0-beta.14-patch0",
"database-ql": "^1.0.0",
"mongodb": "^5.9.2",

@@ -44,3 +44,4 @@ "mysql2": "^2.2.5",

"*.{ts,js}": "eslint --fix"
}
}
},
"gitHead": "22aa4d5eaa5490ab43d0571e65b30993187dea12"
}