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

libsql

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsql - npm Package Compare versions

Comparing version 0.4.0-pre.3 to 0.4.0-pre.4

types/promise.d.ts

24

package.json
{
"name": "libsql",
"version": "0.4.0-pre.3",
"version": "0.4.0-pre.4",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",

@@ -21,3 +21,4 @@ "os": [

"promise.js",
"types/index.d.ts"
"types/index.d.ts",
"types/promise.d.ts"
],

@@ -34,3 +35,3 @@ "exports": {

"debug": "cargo build --message-format=json | npm exec neon dist",
"build": "cargo build --message-format=json --release | npm exec neon dist -- --name libsql-js",
"build": "npx tsc && cargo build --message-format=json --release | npm exec neon dist -- --name libsql-js",
"cross": "cross build --message-format=json --release | npm exec neon dist -- --name libsql-js -m /target",

@@ -68,3 +69,4 @@ "pack-build": "neon pack-build",

"devDependencies": {
"@neon-rs/cli": "^0.0.165"
"@neon-rs/cli": "^0.0.165",
"typescript": "^5.4.5"
},

@@ -77,10 +79,10 @@ "dependencies": {

"optionalDependencies": {
"@libsql/darwin-arm64": "0.4.0-pre.3",
"@libsql/darwin-x64": "0.4.0-pre.3",
"@libsql/linux-arm64-gnu": "0.4.0-pre.3",
"@libsql/linux-arm64-musl": "0.4.0-pre.3",
"@libsql/linux-x64-gnu": "0.4.0-pre.3",
"@libsql/linux-x64-musl": "0.4.0-pre.3",
"@libsql/win32-x64-msvc": "0.4.0-pre.3"
"@libsql/darwin-arm64": "0.4.0-pre.4",
"@libsql/darwin-x64": "0.4.0-pre.4",
"@libsql/linux-arm64-gnu": "0.4.0-pre.4",
"@libsql/linux-arm64-musl": "0.4.0-pre.4",
"@libsql/linux-x64-gnu": "0.4.0-pre.4",
"@libsql/linux-x64-musl": "0.4.0-pre.4",
"@libsql/win32-x64-msvc": "0.4.0-pre.4"
}
}
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