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

@libsql/hrana-client

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/hrana-client - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

lib-cjs/ponyfill.js

3

lib-cjs/http/stream.js

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

const id_alloc_js_1 = require("../id_alloc.js");
const ponyfill_js_1 = require("../ponyfill.js");
const result_js_1 = require("../result.js");

@@ -132,3 +133,3 @@ const sql_js_1 = require("../sql.js");

this.#pipeline.push({ request, responseCallback, errorCallback });
queueMicrotask(() => this.#flushPipeline());
(0, ponyfill_js_1.queueMicrotask)(() => this.#flushPipeline());
});

@@ -135,0 +136,0 @@ }

import { fetch, Request, Headers } from "@libsql/isomorphic-fetch";
import { ClientError, HttpServerError, ProtoError, ClosedError } from "../errors.js";
import { IdAlloc } from "../id_alloc.js";
import { queueMicrotask } from "../ponyfill.js";
import { errorFromProto } from "../result.js";

@@ -5,0 +6,0 @@ import { Sql } from "../sql.js";

{
"name": "@libsql/hrana-client",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [

@@ -5,0 +5,0 @@ "hrana",

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