Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
20
Maintainers
42
Versions
238
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.8 to 5.2.3

2

dist/esm/definitions.js

@@ -448,4 +448,2 @@ //import { Capacitor } from '@capacitor/core';

async open() {
const jeepSQlEL = document.querySelector("jeep-sqlite");
console.log(`in definition open jeepSQlEL: `, jeepSQlEL);
try {

@@ -452,0 +450,0 @@ await this.sqlite.open({

@@ -454,4 +454,2 @@ 'use strict';

async open() {
const jeepSQlEL = document.querySelector("jeep-sqlite");
console.log(`in definition open jeepSQlEL: `, jeepSQlEL);
try {

@@ -458,0 +456,0 @@ await this.sqlite.open({

@@ -451,4 +451,2 @@ var capacitorCapacitorSQLite = (function (exports, core) {

async open() {
const jeepSQlEL = document.querySelector("jeep-sqlite");
console.log(`in definition open jeepSQlEL: `, jeepSQlEL);
try {

@@ -455,0 +453,0 @@ await this.sqlite.open({

10

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

@@ -62,7 +62,7 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "^5.0.5",
"@capacitor/cli": "^5.0.5",
"@capacitor/core": "^5.0.5",
"@capacitor/android": "^5.2.3",
"@capacitor/cli": "^5.2.3",
"@capacitor/core": "^5.2.3",
"@capacitor/docgen": "^0.0.17",
"@capacitor/ios": "^5.0.5",
"@capacitor/ios": "^5.2.3",
"@ionic/eslint-config": "^0.3.0",

@@ -69,0 +69,0 @@ "@ionic/prettier-config": "^1.0.1",

@@ -2002,4 +2002,2 @@ //import { Capacitor } from '@capacitor/core';

async open(): Promise<void> {
const jeepSQlEL = document.querySelector("jeep-sqlite")
console.log(`in definition open jeepSQlEL: `,jeepSQlEL )

@@ -2006,0 +2004,0 @@ try {

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc