New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@electric-sql/pglite

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electric-sql/pglite - npm Package Compare versions

Comparing version 0.0.0-alpha.1 to 0.0.0-alpha.2

2

dist/index.js

@@ -238,5 +238,3 @@ import {

async init() {
console.log("Databases: ", await window.indexedDB.databases());
const dbExists = (await window.indexedDB.databases()).map((db) => db.name).includes(`/pglite${this.dataDir}`);
console.log("DB exists:", dbExists, this.dataDir);
if (!dbExists) {

@@ -243,0 +241,0 @@ this.initModule = await initDb();

2

package.json
{
"name": "@electric-sql/pglite",
"version": "0.0.0-alpha.1",
"version": "0.0.0-alpha.2",
"private": false,

@@ -5,0 +5,0 @@ "publishConfig": {

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