uk.co.workingedge.cordova.plugin.sqliteporter
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"name": "uk.co.workingedge.cordova.plugin.sqliteporter", | ||
@@ -4,0 +4,0 @@ "cordova_name": "sqlite porter", |
@@ -75,3 +75,4 @@ /** | ||
var statements = removeComments(sql); | ||
var statements = removeComments(sql) | ||
.match(statementRegEx);; | ||
@@ -78,0 +79,0 @@ if(statements === null || (Array.isArray && !Array.isArray(statements))) |
Sorry, the diff of this file is not supported yet
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
64286
611