Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vlcn.io/crsqlite-wasm

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vlcn.io/crsqlite-wasm - npm Package Compare versions

Comparing version 0.15.0-next.0 to 0.15.0-next.1

dist/DB2.d.ts

3

dist/DB.js

@@ -65,4 +65,3 @@ import { cryb64, firstPick, } from "@vlcn.io/xplat-api";

else {
await tx.exec(`SELECT crsql_automigrate(?)`, //'SELECT crsql_finalize();'
[schemaContent]);
await tx.exec(`SELECT crsql_automigrate(?, 'SELECT crsql_finalize();')`, [schemaContent]);
}

@@ -69,0 +68,0 @@ await tx.exec(`INSERT OR REPLACE INTO crsql_master (key, value) VALUES (?, ?)`, ["schema_version", version]);

{
"name": "@vlcn.io/crsqlite-wasm",
"type": "module",
"version": "0.15.0-next.0",
"version": "0.15.0-next.1",
"files": [

@@ -22,4 +22,4 @@ "dist",

"type": "git",
"url": "git@github.com:vlcn-io/cr-sqlite.git",
"directory": "https://github.com/vlcn-io/cr-sqlite/tree/main/js/browser/crsqlite"
"url": "git@github.com:vlcn-io/js.git",
"directory": "https://github.com/vlcn-io/js/tree/main/js/browser/crsqlite"
},

@@ -26,0 +26,0 @@ "dependencies": {

@@ -16,4 +16,3 @@ # @vlcn.io/crsqlite-wasm

- [Observable Notebook](https://observablehq.com/@tantaman/cr-sqlite-basic-setup)
- [Working TODO MVC](https://github.com/vlcn-io/cr-sqlite/tree/main/js/examples/p2p-todomvc)
- [Working TODO MVC](https://github.com/vlcn-io/js/tree/main/js/examples/p2p-todomvc)
- [WIP Local-First Presentation Editor](https://github.com/tantaman/strut)

@@ -102,3 +102,3 @@ import {

await tx.exec(
`SELECT crsql_automigrate(?)`, //'SELECT crsql_finalize();'
`SELECT crsql_automigrate(?, 'SELECT crsql_finalize();')`,
[schemaContent]

@@ -105,0 +105,0 @@ );

import TX from "./TX.js";
import { Mutex } from "async-mutex";
import { DBAsync, TMutex, TXAsync } from "@vlcn.io/xplat-api";
import { TMutex, TXAsync } from "@vlcn.io/xplat-api";
import log from "./log.js";

@@ -5,0 +5,0 @@

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 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