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 0.0.1-alpha.1 to 0.0.1-alpha.2

dist/jeep-sqlite/p-18c40cd1.entry.js

4

dist/collection/utils/database.js

@@ -15,3 +15,5 @@ import initSqlJs from 'sql.js';

try {
const SQL = await initSqlJs();
const SQL = await initSqlJs({
locateFile: file => `src/assets/${file}`
});
// retrieve the database if stored on localforage

@@ -18,0 +20,0 @@ const retDB = await getDBFromStore(this.dbName, this.store);

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

import{p as e,b as n}from"./p-4002b696.js";(()=>{const n=import.meta.url,o={};return""!==n&&(o.resourcesUrl=new URL(".",n).href),e(o)})().then((e=>n([["p-be510eb3",[[1,"jeep-sqlite",{echo:[64],createConnection:[64],closeConnection:[64],open:[64],close:[64],execute:[64],run:[64],query:[64],isDBExists:[64],isDBOpen:[64],deleteDatabase:[64],isStoreOpen:[64]}]]]],e)));
import{p as e,b as n}from"./p-4002b696.js";(()=>{const n=import.meta.url,o={};return""!==n&&(o.resourcesUrl=new URL(".",n).href),e(o)})().then((e=>n([["p-18c40cd1",[[1,"jeep-sqlite",{echo:[64],createConnection:[64],closeConnection:[64],open:[64],close:[64],execute:[64],run:[64],query:[64],isDBExists:[64],isDBOpen:[64],deleteDatabase:[64],isStoreOpen:[64]}]]]],e)));
{
"name": "jeep-sqlite",
"version": "0.0.1-alpha.1",
"description": "Stencil Component Starter",
"version": "0.0.1-alpha.2",
"description": "Browser SQLite Stencil Component",
"main": "dist/index.cjs.js",

@@ -30,3 +30,2 @@ "module": "dist/custom-elements/index.js",

},
"license": "MIT",
"devDependencies": {

@@ -39,3 +38,18 @@ "@types/jest": "^26.0.21",

"rollup-plugin-node-polyfills": "^0.2.1"
},
"keywords": [
"SQLite",
"SQLite in Browser",
"stencil",
"web component"
],
"author": "Jean Pierre Quéau",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jepiqueau/jeep-sqlite.git"
},
"bugs": {
"url": "https://github.com/jepiqueau/jeep-sqlite.git/issues"
}
}

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

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

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

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