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

lucid-ts-sdk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucid-ts-sdk - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3-0

2

lib/index.js

@@ -65,3 +65,3 @@ "use strict";

if (!res2.ok)
throw new Error(`Error ${res.status} - ${(await res.json()).message}`);
throw new Error(`Error ${res2.status} - ${(await res2.json()).message}`);
}

@@ -68,0 +68,0 @@ // Set the instance as initialized

{
"name": "lucid-ts-sdk",
"version": "0.1.2",
"version": "0.1.3-0",
"description": "Lucid KV TypeScript wrapper 🍬 High performance and distributed KV store accessible through an HTTP API.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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