bfx-api-mock-srv
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -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 @@ |
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
61624
1115