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

uk.co.workingedge.cordova.plugin.sqliteporter

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uk.co.workingedge.cordova.plugin.sqliteporter - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"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

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