Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbgate-query-splitter

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbgate-query-splitter - npm Package Compare versions

Comparing version 4.8.3 to 4.8.4-alpha.1

LICENSE

6

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

12

package.json
{
"version": "4.8.3",
"version": "4.8.4-alpha.1",
"name": "dbgate-query-splitter",

@@ -7,6 +7,6 @@ "main": "lib/index.js",

"description": "SQL Query splitter for verious database engines",
"homepage": "https://github.com/dbgate/dbgate/tree/master/packages/query-splitter",
"homepage": "https://dbgate.org",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate"
"url": "https://github.com/dbgate/dbgate-query-spliiter"
},

@@ -25,3 +25,4 @@ "author": "Jan Prochazka",

"test": "jest",
"test:ci": "jest --json --outputFile=result.json --testLocationInResults"
"test:ci": "jest --json --outputFile=result.json --testLocationInResults",
"postinstall": "yarn build"
},

@@ -32,3 +33,2 @@ "files": [

"devDependencies": {
"dbgate-types": "^4.8.3",
"@types/jest": "^25.1.4",

@@ -40,2 +40,2 @@ "@types/node": "^13.7.0",

}
}
}
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