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
4
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-20240724204958 to 0.0.0-canary-20240725182204

4

dist/types/types/order.d.ts

@@ -31,5 +31,5 @@ export type Order = {

order: OrderMetadata;
fillable: bigint;
price: number;
fillable?: bigint;
price?: number;
};
//# sourceMappingURL=order.d.ts.map
{
"name": "@renegade-fi/core",
"description": "VanillaJS library for Renegade",
"version": "0.0.0-canary-20240724204958",
"version": "0.0.0-canary-20240725182204",
"files": [

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

@@ -38,4 +38,4 @@ export type Order = {

order: OrderMetadata
fillable: bigint
price: number
fillable?: bigint
price?: number
}

Sorry, the diff of this file is not supported yet

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