dbgate-query-splitter
Advanced tools
Comparing version 4.8.3 to 4.8.4-alpha.1
"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; |
{ | ||
"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", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
31080
5
15
700
1