sql-template-strings
Advanced tools
Comparing version 2.2.1 to 2.2.2
declare class SQLStatement { | ||
export class SQLStatement { | ||
@@ -4,0 +4,0 @@ private strings: string[]; |
@@ -89,1 +89,2 @@ 'use strict' | ||
module.exports.default = SQL | ||
module.exports.SQLStatement = SQLStatement |
{ | ||
"name": "sql-template-strings", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "ES6 tagged template strings for prepared statements with mysql and postgres", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
21699
362