account-mirror-proxy-client
Advanced tools
Comparing version
17
index.js
@@ -62,2 +62,17 @@ const rp = require('request-promise-native') | ||
async function contractIdentifier(accountMirrorContractAddress){ | ||
const query = { | ||
accountMirrorContractAddress | ||
} | ||
return await doGet('/contractIdentifier', query) | ||
} | ||
async function generateChangeContractIdentifierTx(newIdentifier, accountMirrorContractAddress){ | ||
const form = { | ||
newIdentifier, | ||
accountMirrorContractAddress | ||
} | ||
return await doPost('/generateChangeContractIdentifierTx', form) | ||
} | ||
async function entityName(accountMirrorContractAddress){ | ||
@@ -111,2 +126,4 @@ const query = { | ||
contractAddress, | ||
contractIdentifier, | ||
generateChangeContractIdentifierTx, | ||
entityName, | ||
@@ -113,0 +130,0 @@ currency, |
{ | ||
"name": "account-mirror-proxy-client", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Account Mirror Proxy Client", | ||
@@ -18,3 +18,6 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/AdharaProjects/account-mirror-proxy-client#readme" | ||
"homepage": "https://github.com/AdharaProjects/account-mirror-proxy-client#readme", | ||
"dependencies": { | ||
"strict-version": "0.0.3" | ||
} | ||
} |
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
4674
13.56%121
14.15%0
-100%1
Infinity%+ Added
+ Added
+ Added
+ Added