Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
Maintainers
42
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/sqlite - npm Package Compare versions

Comparing version 4.6.3-3 to 4.6.3-4

1

dist/esm/web.js

@@ -86,3 +86,2 @@ import { WebPlugin } from '@capacitor/core';

try {
console.log(`in web checkConnectionsConsistency: ${JSON.stringify(options)}`);
const consistencyResult = await this.jeepSqliteElement.checkConnectionsConsistency(options);

@@ -89,0 +88,0 @@ return consistencyResult;

@@ -894,3 +894,2 @@ 'use strict';

try {
console.log(`in web checkConnectionsConsistency: ${JSON.stringify(options)}`);
const consistencyResult = await this.jeepSqliteElement.checkConnectionsConsistency(options);

@@ -897,0 +896,0 @@ return consistencyResult;

@@ -891,3 +891,2 @@ var capacitorCapacitorSQLite = (function (exports, core) {

try {
console.log(`in web checkConnectionsConsistency: ${JSON.stringify(options)}`);
const consistencyResult = await this.jeepSqliteElement.checkConnectionsConsistency(options);

@@ -894,0 +893,0 @@ return consistencyResult;

2

package.json
{
"name": "@capacitor-community/sqlite",
"version": "4.6.3-3",
"version": "4.6.3-4",
"description": "Community plugin for native & electron SQLite databases",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -144,5 +144,2 @@ import { WebPlugin } from '@capacitor/core';

try {
console.log(
`in web checkConnectionsConsistency: ${JSON.stringify(options)}`,
);
const consistencyResult: capSQLiteResult =

@@ -149,0 +146,0 @@ await this.jeepSqliteElement.checkConnectionsConsistency(options);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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