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

@ex-master/zb

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ex-master/zb - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

bld/library/rest-api.d.ts

@@ -45,3 +45,3 @@ import { Dashboard } from '@ex-master/core';

constructor({ baseURL, proxies }?: ZBRestAPIOptions);
getMarkets(): Promise<any>;
getMarkets(): Promise<ZBRestAPIGetMarketsResponseData>;
getDepth(params: ZBRestAPIGetDepthParams): Promise<ZBRestAPIGetDepthResponseData>;

@@ -48,0 +48,0 @@ getTrades(params: ZBRestAPIGetTradesParams): Promise<ZBRestAPIGetTradesResponseData>;

{
"name": "@ex-master/zb",
"version": "0.2.4",
"version": "0.2.5",
"main": "bld/library/index.js",

@@ -29,3 +29,3 @@ "types": "bld/library/index.d.ts",

},
"gitHead": "875258993c2aef16beb5b94f5fbada5ac7bc7cd3"
"gitHead": "a1798ead1803f394acc0350c775f5df1e06c50f1"
}

@@ -115,3 +115,3 @@ import {Agent as HttpAgent} from 'http';

getMarkets(): Promise<any> {
getMarkets(): Promise<ZBRestAPIGetMarketsResponseData> {
return this.request<ZBRestAPIGetMarketsResponseData>(

@@ -118,0 +118,0 @@ 'GET',

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