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

@runcitadel/sdk

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runcitadel/sdk - npm Package Compare versions

Comparing version 0.4.0-beta.1 to 0.4.0-beta.2

9

dist/useCitadel.d.ts
/// <reference lib="dom" />
/// <reference types="node" />
/** A dependency an app could have */

@@ -22,7 +21,7 @@ type Dependency = "bitcoind" | "electrum" | "lnd";

/** The person(s) who created the app */
developers: Record<string, string>;
/** The url to the app's website */
website: string;
developer?: string;
/** The person(s) who created the app */
developers?: Record<string, string>;
/** The dependencies of the app */
dependencies: Dependency[];
dependencies: (Dependency | Dependency[])[];
/** The url to the app's Git repository */

@@ -29,0 +28,0 @@ repo: string | Record<string, string>;

{
"name": "@runcitadel/sdk",
"version": "0.4.0-beta.1",
"version": "0.4.0-beta.2",
"type": "module",

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

Sorry, the diff of this file is too big to display

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