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

libsql

Package Overview
Dependencies
Maintainers
1
Versions
80
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.1.4 to 0.1.5

18

package.json
{
"name": "libsql",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

@@ -28,4 +28,4 @@ "os": [

"debug": "cargo build --message-format=json | neon dist",
"build": "cargo build --message-format=json --release | neon dist",
"cross": "cross build --message-format=json --release | neon dist -m /target",
"build": "cargo build --message-format=json --release | neon dist --name libsql-js",
"cross": "cross build --message-format=json --release | neon dist --name libsql-js -m /target",
"pack-build": "neon pack-build",

@@ -38,5 +38,7 @@ "prepack": "neon install-builds",

"neon": {
"type": "source",
"org": "@libsql",
"targets": {
"aarch64-apple-darwin": "@libsql/darwin-arm64",
"x86_64-unknown-linux-gnu": "@libsql/linux-x64-gnu"
"darwin-arm64": "aarch64-apple-darwin",
"linux-x64-gnu": "x86_64-unknown-linux-gnu"
}

@@ -56,3 +58,3 @@ },

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

@@ -63,5 +65,5 @@ "dependencies": {

"optionalDependencies": {
"@libsql/darwin-arm64": "0.1.4",
"@libsql/linux-x64-gnu": "0.1.4"
"@libsql/darwin-arm64": "0.1.5",
"@libsql/linux-x64-gnu": "0.1.5"
}
}
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