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

@hemergy/core-sdk

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hemergy/core-sdk - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

1

lib/index.d.ts

@@ -31,2 +31,3 @@ import { AxiosInstance } from 'axios';

mint(address: string): Promise<ethers.BigNumber>;
mintAmount(address: string, amount: number): Promise<ethers.BigNumber>;
isKYCed(accountAddress: string): Promise<boolean>;

@@ -33,0 +34,0 @@ getBalance(address: string): Promise<any>;

@@ -173,2 +173,8 @@ "use strict";

}
mintAmount(address, amount) {
return __awaiter(this, void 0, void 0, function* () {
const { data } = yield this.axiosClient.post('/bank/mintAmount', { address, amount });
return data;
});
}
isKYCed(accountAddress) {

@@ -175,0 +181,0 @@ return __awaiter(this, void 0, void 0, function* () {

2

package.json
{
"name": "@hemergy/core-sdk",
"version": "0.0.15",
"version": "0.0.16",
"description": "TypeScript NPM Module for Hemergy Core",

@@ -5,0 +5,0 @@ "main": "lib/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