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

@renegade-fi/core

Package Overview
Dependencies
Maintainers
0
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renegade-fi/core - npm Package Compare versions

Comparing version 0.0.0-canary-20240820202215 to 0.0.0-canary-20240820224611

2

package.json
{
"name": "@renegade-fi/core",
"description": "VanillaJS library for Renegade",
"version": "0.0.0-canary-20240820202215",
"version": "0.0.0-canary-20240820224611",
"files": [

@@ -6,0 +6,0 @@ "dist/**",

@@ -96,2 +96,7 @@ /* tslint:disable */

/**
* @param {string} seed
* @returns {any}
*/
export function derive_signing_key_from_seed(seed: string): any;
/**
* @param {string} sk_root

@@ -117,6 +122,1 @@ * @returns {any}

export function bigint_to_limbs(value: string): any;
/**
* @param {string} seed
* @returns {any}
*/
export function derive_signing_key_from_seed(seed: string): any;

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