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

dbgate-tools

Package Overview
Dependencies
Maintainers
0
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbgate-tools - npm Package Compare versions

Comparing version 5.5.7-alpha.60 to 5.5.7-alpha.68

3

lib/packageTools.js

@@ -44,2 +44,5 @@ "use strict";

function findEngineDriver(connection, extensions) {
if (!extensions) {
return null;
}
if ((0, isString_1.default)(connection)) {

@@ -46,0 +49,0 @@ return extensions.drivers.find(x => x.engine == connection);

6

package.json
{
"version": "5.5.7-alpha.60",
"version": "5.5.7-alpha.68",
"name": "dbgate-tools",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"@types/node": "^13.7.0",
"dbgate-types": "^5.5.7-alpha.60",
"dbgate-types": "^5.5.7-alpha.68",
"jest": "^24.9.0",

@@ -36,3 +36,3 @@ "ts-jest": "^25.2.1",

"dbgate-query-splitter": "^4.11.2",
"dbgate-sqltree": "^5.5.7-alpha.60",
"dbgate-sqltree": "^5.5.7-alpha.68",
"debug": "^4.3.4",

@@ -39,0 +39,0 @@ "json-stable-stringify": "^1.0.1",

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