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

bybit-api

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bybit-api - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

lib/util/requestWrapper.js

@@ -76,3 +76,3 @@ "use strict";

throw response;
}).catch(this.parseException);
}).catch(e => this.parseException(e));
});

@@ -79,0 +79,0 @@ }

{
"name": "bybit-api",
"version": "1.3.1",
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets",
"version": "1.3.2",
"description": "Node.js connector for the Bybit APIs and WebSockets",
"main": "lib/index.js",

@@ -34,3 +34,3 @@ "types": "lib/index.d.ts",

"eslint": "^7.10.0",
"source-map-loader": "^1.1.2",
"source-map-loader": "^2.0.0",
"stream-browserify": "^3.0.0",

@@ -37,0 +37,0 @@ "ts-loader": "^8.0.11",

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