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
11
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.64 to 0.0.65

be-api-client-0.0.64.tgz

10

index.js

@@ -329,3 +329,3 @@ const rp = require('request-promise-native')

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

@@ -337,3 +337,4 @@ country,

amountRequestedToTokenize,
requestedBy
requestedBy,
beneficiaryName
}

@@ -355,3 +356,3 @@ return await doPost('/instructions', form)

async function addRedemption(country, legalEntity, currency, account, amountRequestedToRedeem, requestedBy){
async function addRedemption(country, legalEntity, currency, account, amountRequestedToRedeem, requestedBy, beneficiaryName){
const form = {

@@ -363,3 +364,4 @@ country,

amountRequestedToRedeem,
requestedBy
requestedBy,
beneficiaryName
}

@@ -366,0 +368,0 @@ return await doPost('/redemptions', form)

2

package.json
{
"name": "be-api-client",
"version": "0.0.64",
"version": "0.0.65",
"description": "A node.js client for the be-api.",

@@ -5,0 +5,0 @@ "main": "index.js",

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