Socket
Socket
Sign inDemoInstall

jeep-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeep-sqlite - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

dist/cjs/index-84ebd967.js

4

dist/cjs/jeep-sqlite.cjs.js

@@ -5,6 +5,6 @@ 'use strict';

const index = require('./index-c706d215.js');
const index = require('./index-84ebd967.js');
/*
Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v3.4.0 | MIT Licensed | https://stenciljs.com
*/

@@ -11,0 +11,0 @@ const patchBrowser = () => {

@@ -5,6 +5,6 @@ 'use strict';

const index = require('./index-c706d215.js');
const index = require('./index-84ebd967.js');
/*
Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v3.4.0 | MIT Licensed | https://stenciljs.com
*/

@@ -11,0 +11,0 @@ const patchEsm = () => {

@@ -7,3 +7,3 @@ {

"name": "@stencil/core",
"version": "3.3.0",
"version": "3.4.0",
"typescriptVersion": "5.0.4"

@@ -10,0 +10,0 @@ },

@@ -283,4 +283,4 @@ import initSqlJs from 'sql.js';

finally {
this.isTransactionActive = false;
if (this.autoSave) {
this.isTransactionActive = false;
try {

@@ -354,4 +354,4 @@ await this.saveToStore();

finally {
this.isTransactionActive = false;
if (this.autoSave) {
this.isTransactionActive = false;
try {

@@ -358,0 +358,0 @@ await this.saveToStore();

@@ -1,6 +0,6 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-a1ec7bee.js';
export { s as setNonce } from './index-a1ec7bee.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-b72387db.js';
export { s as setNonce } from './index-b72387db.js';
/*
Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v3.4.0 | MIT Licensed | https://stenciljs.com
*/

@@ -7,0 +7,0 @@ const patchBrowser = () => {

@@ -1,6 +0,6 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-a1ec7bee.js';
export { s as setNonce } from './index-a1ec7bee.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-b72387db.js';
export { s as setNonce } from './index-b72387db.js';
/*
Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v3.4.0 | MIT Licensed | https://stenciljs.com
*/

@@ -7,0 +7,0 @@ const patchEsm = () => {

@@ -1,2 +0,2 @@

import{p as e,b as t}from"./p-4f57ca3c.js";export{s as setNonce}from"./p-4f57ca3c.js";const o=()=>{const t=import.meta.url;const s={};if(t!==""){s.resourcesUrl=new URL(".",t).href}return e(s)};o().then((e=>t([["p-196e82a7",[[1,"jeep-sqlite",{autoSave:[516,"autosave"],wasmPath:[513,"wasmpath"],pickText:[513,"picktext"],saveText:[513,"savetext"],buttonOptions:[513,"buttonoptions"],innerAutoSave:[32],innerWasmPath:[32],innerPickText:[32],innerSaveText:[32],innerButtonOptions:[32],echo:[64],createConnection:[64],isConnection:[64],closeConnection:[64],open:[64],close:[64],getVersion:[64],execute:[64],executeSet:[64],run:[64],query:[64],getTableList:[64],isDBExists:[64],isDBOpen:[64],deleteDatabase:[64],isStoreOpen:[64],copyFromAssets:[64],isTableExists:[64],createSyncTable:[64],getSyncDate:[64],setSyncDate:[64],isJsonValid:[64],importFromJson:[64],exportToJson:[64],deleteExportedRows:[64],addUpgradeStatement:[64],isDatabase:[64],getDatabaseList:[64],checkConnectionsConsistency:[64],saveToStore:[64],saveToLocalDisk:[64],getFromLocalDiskToStore:[64],getFromHTTPRequest:[64]}]]]],e)));
import{p as e,b as t}from"./p-68f52286.js";export{s as setNonce}from"./p-68f52286.js";const o=()=>{const t=import.meta.url;const s={};if(t!==""){s.resourcesUrl=new URL(".",t).href}return e(s)};o().then((e=>t([["p-8984b96f",[[1,"jeep-sqlite",{autoSave:[516,"autosave"],wasmPath:[513,"wasmpath"],pickText:[513,"picktext"],saveText:[513,"savetext"],buttonOptions:[513,"buttonoptions"],innerAutoSave:[32],innerWasmPath:[32],innerPickText:[32],innerSaveText:[32],innerButtonOptions:[32],echo:[64],createConnection:[64],isConnection:[64],closeConnection:[64],open:[64],close:[64],getVersion:[64],execute:[64],executeSet:[64],run:[64],query:[64],getTableList:[64],isDBExists:[64],isDBOpen:[64],deleteDatabase:[64],isStoreOpen:[64],copyFromAssets:[64],isTableExists:[64],createSyncTable:[64],getSyncDate:[64],setSyncDate:[64],isJsonValid:[64],importFromJson:[64],exportToJson:[64],deleteExportedRows:[64],addUpgradeStatement:[64],isDatabase:[64],getDatabaseList:[64],checkConnectionsConsistency:[64],saveToStore:[64],saveToLocalDisk:[64],getFromLocalDiskToStore:[64],getFromHTTPRequest:[64]}]]]],e)));
//# sourceMappingURL=jeep-sqlite.esm.js.map

@@ -1134,2 +1134,4 @@ declare type CustomMethodDecorator<T> = (target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;

interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
autoComplete?: string;
autocomplete?: string;
autoFocus?: boolean;

@@ -1136,0 +1138,0 @@ autofocus?: boolean | string;

{
"name": "jeep-sqlite",
"version": "2.3.6",
"version": "2.3.7",
"description": "Browser SQLite Stencil Component",

@@ -25,3 +25,3 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@stencil/core": "^3.3.0",
"@stencil/core": "^3.4.0",
"browser-fs-access": "^0.33.0",

@@ -28,0 +28,0 @@ "jszip": "^3.10.1",

Sorry, the diff of this file is too big to display

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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