Socket
Socket
Sign inDemoInstall

libsql-stateless

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsql-stateless - npm Package Compare versions

Comparing version 2.7.5 to 2.7.6

3

lib-cjs/functions.js

@@ -9,4 +9,3 @@ "use strict";

headers: (s.conf.authToken) ? { 'Authorization': 'Bearer ' + s.conf.authToken } : undefined,
body: JSON.stringify(s.req_json),
cache: 'no-store'
body: JSON.stringify(s.req_json)
});

@@ -13,0 +12,0 @@ if (res.ok &&

@@ -6,4 +6,3 @@ async function hranaFetch(s) {

headers: (s.conf.authToken) ? { 'Authorization': 'Bearer ' + s.conf.authToken } : undefined,
body: JSON.stringify(s.req_json),
cache: 'no-store'
body: JSON.stringify(s.req_json)
});

@@ -10,0 +9,0 @@ if (res.ok &&

{
"name": "libsql-stateless",
"version": "2.7.5",
"version": "2.7.6",
"homepage": "https://github.com/DaBigBlob/libsql-stateless#readme",

@@ -5,0 +5,0 @@ "repository": {

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