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

@minatojs/sql.js

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/sql.js - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

4

dist/sql-wasm.d.ts

@@ -44,5 +44,5 @@ // Type definitions for sql.js 1.4

*
* @param path
* @param data An array of bytes representing an SQLite database file
*/
constructor(path?: string);
constructor(data?: ArrayLike<number> | Buffer | null);

@@ -49,0 +49,0 @@ /**

{
"name": "@minatojs/sql.js",
"version": "1.1.3",
"version": "2.0.0",
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",

@@ -5,0 +5,0 @@ "keywords": [

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