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

be-api-client

Package Overview
Dependencies
Maintainers
12
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

be-api-client - npm Package Compare versions

Comparing version 0.0.70 to 0.0.71

be-api-client-0.0.64.tgz

20

index.js

@@ -336,3 +336,3 @@ const httpContext = require('express-http-context')

async function addInstruction(country, legalEntity, currency, account, amountRequestedToTokenize, requestedBy, beneficiaryName){
async function addInstruction(country, legalEntity, currency, account, amountRequestedToTokenize, requestedById, beneficiaryName){
const form = {

@@ -344,3 +344,3 @@ country,

amountRequestedToTokenize,
requestedBy,
requestedById,
beneficiaryName

@@ -363,7 +363,3 @@ }

async function getIssuanceDetail(issuanceId){
return await doGet('/issuances/'+issuanceId)
}
async function addRedemption(country, legalEntity, currency, account, amountRequestedToRedeem, requestedBy, beneficiaryName){
async function addRedemption(country, legalEntity, currency, account, amountRequestedToRedeem, requestedById, beneficiaryName){
const form = {

@@ -375,3 +371,3 @@ country,

amountRequestedToRedeem,
requestedBy,
requestedById,
beneficiaryName

@@ -414,6 +410,2 @@ }

async function getPaymentDetail(paymentId){
return await doGet('/payments/'+paymentId)
}
return {

@@ -456,3 +448,2 @@ isAPIRunning,

getIssuances,
getIssuanceDetail,
addRedemption,

@@ -463,4 +454,3 @@ getRedemptions,

getPayments,
updatePayment,
getPaymentDetail
updatePayment
}

@@ -467,0 +457,0 @@ }

{
"name": "be-api-client",
"version": "0.0.70",
"version": "0.0.71",
"description": "A node.js client for the be-api.",

@@ -25,10 +25,9 @@ "engines": {

"asn1": "0.2.3",
"express-http-context": "^1.2.2",
"fast-deep-equal": "2.0.1",
"fast-json-stable-stringify": "2.0.0",
"json-schema-traverse": "0.4.1",
"uri-js": "4.2.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"uri-js": "4.2.2"
"request-promise-native": "^1.0.5"
}
}
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