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

@waves/assets-pairs-order

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/assets-pairs-order - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

2

package.json
{
"name": "@waves/assets-pairs-order",
"version": "3.0.1",
"version": "3.1.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "types": "src/index.d.ts",

// Type definitions for assets-pair-order
// Definitions by: ishmidt
declare module '@waves/assets-pairs-order' {
export type TOrderPair = (a: string, b: string) => string[];
type TPair = [string, string];
export type TOrderPair = (a: string, b: string) => TPair;
export function createOrderPair(predefinedList: string[]): orderPair;
export function createOrderPair(predefinedList: string[]): TOrderPair;
export function createOrderPair(

@@ -11,5 +12,5 @@ predefinedList: string[],

b: string
): string[];
): TPair;
export const MAINNET_DATA: string[];
}
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