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.2 to 0.2.3

5

bld/library/rest-api.d.ts

@@ -20,5 +20,4 @@ import { Dashboard } from '@ex-master/core';

date: number;
price: number;
amount: number;
time: number;
price: string;
amount: string;
trade_type: ZBTradeType;

@@ -25,0 +24,0 @@ type: ZBOrderType;

4

package.json
{
"name": "@ex-master/zb",
"version": "0.2.2",
"version": "0.2.3",
"main": "bld/library/index.js",

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

},
"gitHead": "d53ae815ea77569511f7caa02e89ea0eafc7fb27"
"gitHead": "79696b57a669ebc8c88ebc0f160cfb1c213894ed"
}

@@ -66,5 +66,4 @@ import {Agent as HttpAgent} from 'http';

date: number;
price: number;
amount: number;
time: number;
price: string;
amount: string;
trade_type: ZBTradeType;

@@ -71,0 +70,0 @@ type: ZBOrderType;

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