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 1.1.2 to 1.2.0

2

dist/cjs/jeep-sqlite.cjs.js

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

/*
Stencil Client Patch Browser v2.7.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.8.0 | MIT Licensed | https://stenciljs.com
*/

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

@@ -8,3 +8,3 @@ 'use strict';

/*
Stencil Client Patch Esm v2.7.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.8.0 | MIT Licensed | https://stenciljs.com
*/

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

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

"name": "@stencil/core",
"version": "2.7.0",
"version": "2.8.0",
"typescriptVersion": "4.2.3"

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

import { p as promiseResolve, b as bootstrapLazy } from './index-29e16b98.js';
/*
Stencil Client Patch Browser v2.7.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Browser v2.8.0 | MIT Licensed | https://stenciljs.com
*/

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

import { p as promiseResolve, b as bootstrapLazy } from './index-29e16b98.js';
/*
Stencil Client Patch Esm v2.7.0 | MIT Licensed | https://stenciljs.com
Stencil Client Patch Esm v2.8.0 | MIT Licensed | https://stenciljs.com
*/

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

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

target?: string;
referrerPolicy?: ReferrerPolicy;
}

@@ -684,0 +685,0 @@ interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {

{
"name": "jeep-sqlite",
"version": "1.1.2",
"version": "1.2.0",
"description": "Browser SQLite Stencil Component",

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

"dependencies": {
"@stencil/core": "^2.7.0",
"@stencil/core": "^2.8.0",
"@types/sql.js": "^1.4.2",

@@ -28,0 +28,0 @@ "localforage": "^1.9.0",

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