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

bfx-api-mock-srv

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfx-api-mock-srv - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

1

docs/reference.md

@@ -274,2 +274,3 @@ ## Modules

| [args.syncOnConnect] | <code>boolean</code> | <code>true</code> | send snapshots to clients on connect |
| [args.authMiddleware=] | <code>function</code> | | handle auth response |
| [args.listen] | <code>boolean</code> | <code>true</code> | if true, listen() is called automatically |

@@ -276,0 +277,0 @@

3

lib/rest2/methods.js

@@ -85,5 +85,6 @@ 'use strict'

'/v2/auth/w/ext/pay/invoice/create': 'invoice_submit',
'/v2/auth/r/ext/pay/invoices': 'invoice_list'
'/v2/auth/r/ext/pay/invoices': 'invoice_list',
'/v2/auth/w/ext/pay/invoice/complete': 'invoice_complete'
}
module.exports = RESTV2_MOCK_METHODS
{
"name": "bfx-api-mock-srv",
"version": "1.1.4",
"version": "1.1.5",
"description": "Bitfinex API server mock library",

@@ -5,0 +5,0 @@ "engines": {

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