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

@libsql/core

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/core - npm Package Compare versions

Comparing version 0.4.0-pre.9 to 0.4.0-pre.10

2

lib-cjs/config.js

@@ -31,3 +31,2 @@ "use strict";

authority: undefined,
sqliteWasmPath: config.sqliteWasmPath,
};

@@ -93,5 +92,4 @@ }

fetch: config.fetch,
sqliteWasmPath: config.sqliteWasmPath,
};
}
exports.expandConfig = expandConfig;

@@ -38,6 +38,2 @@ /** Configuration object for {@link createClient}. */

fetch?: Function;
/**
* Location of the sqlite3.wasm binary path.
*/
sqliteWasmPath?: string;
}

@@ -44,0 +40,0 @@ /** Representation of integers from database as JavaScript values. See {@link Config.intMode}. */

@@ -12,5 +12,4 @@ import type { Config, IntMode } from "./api.js";

fetch: Function | undefined;
sqliteWasmPath?: string;
}
export type ExpandedScheme = "wss" | "ws" | "https" | "http" | "file";
export declare function expandConfig(config: Config, preferHttp: boolean): ExpandedConfig;

@@ -28,3 +28,2 @@ import { LibsqlError } from "./api.js";

authority: undefined,
sqliteWasmPath: config.sqliteWasmPath,
};

@@ -90,4 +89,3 @@ }

fetch: config.fetch,
sqliteWasmPath: config.sqliteWasmPath,
};
}

2

package.json
{
"name": "@libsql/core",
"version": "0.4.0-pre.9",
"version": "0.4.0-pre.10",
"keywords": [

@@ -5,0 +5,0 @@ "libsql",

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