be-api-client
Advanced tools
Comparing version 0.0.70 to 0.0.71
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" | ||
} | ||
} |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
15825
8
5
404
- Removedexpress-http-context@^1.2.2
- Removed@types/body-parser@1.19.5(transitive)
- Removed@types/cls-hooked@4.3.9(transitive)
- Removed@types/connect@3.4.38(transitive)
- Removed@types/express@4.17.21(transitive)
- Removed@types/express-serve-static-core@4.19.6(transitive)
- Removed@types/http-errors@2.0.4(transitive)
- Removed@types/mime@1.3.5(transitive)
- Removed@types/node@22.10.10(transitive)
- Removed@types/qs@6.9.18(transitive)
- Removed@types/range-parser@1.2.7(transitive)
- Removed@types/send@0.17.4(transitive)
- Removed@types/serve-static@1.15.7(transitive)
- Removedasync-hook-jl@1.7.6(transitive)
- Removedcls-hooked@4.2.2(transitive)
- Removedemitter-listener@1.1.2(transitive)
- Removedexpress-http-context@1.2.4(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshimmer@1.2.1(transitive)
- Removedstack-chain@1.3.7(transitive)
- Removedundici-types@6.20.0(transitive)