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.68 to 0.0.69-alpha

14

index.js

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

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

@@ -407,2 +411,6 @@ country,

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

@@ -445,2 +453,3 @@ isAPIRunning,

getIssuances,
getIssuanceDetail,
addRedemption,

@@ -451,3 +460,4 @@ getRedemptions,

getPayments,
updatePayment
updatePayment,
getPaymentDetail
}

@@ -454,0 +464,0 @@ }

2

package.json
{
"name": "be-api-client",
"version": "0.0.68",
"version": "0.0.69-alpha",
"description": "A node.js client for the be-api.",

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

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