@minatojs/sql.js
Advanced tools
Comparing version 1.1.3 to 2.0.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
698225
555