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

account-mirror-proxy-client

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

account-mirror-proxy-client - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

18

index.js

@@ -62,12 +62,12 @@ const rp = require('request-promise-native')

async function getEntityName(){
return await doGet('/getEntityName')
async function EntityName(){
return await doGet('/EntityName')
}
async function getCurrency(){
return await doGet('/getCurrency')
async function Currency(){
return await doGet('/Currency')
}
async function getCountry(){
return await doGet('/getCountry')
async function Country(){
return await doGet('/Country')
}

@@ -100,5 +100,5 @@

contractAddress,
getEntityName,
getCurrency,
getCountry,
EntityName,
Currency,
Country,
generateSetBalanceTx,

@@ -105,0 +105,0 @@ balanceOf

{
"name": "account-mirror-proxy-client",
"version": "0.0.3",
"version": "0.0.4",
"description": "Account Mirror Proxy Client",

@@ -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