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.4 to 0.0.5

6

lib/index.js

@@ -99,3 +99,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
const signerAddress = yield this.getContracts();
const signerAddress = yield this.getSignerAddress();
yield this.signAndBroadcast(`/projects/${projectAddress}/beneficiaries`, {

@@ -110,3 +110,3 @@ endUserAddress: signerAddress,

return __awaiter(this, void 0, void 0, function* () {
const signerAddress = yield this.getContracts();
const signerAddress = yield this.getSignerAddress();
yield this.signAndBroadcast(`/projects/${projectAddress}/invest`, {

@@ -122,3 +122,3 @@ endUserAddress: signerAddress,

return __awaiter(this, void 0, void 0, function* () {
const signerAddress = yield this.getContracts();
const signerAddress = yield this.getSignerAddress();
yield this.signAndBroadcast(`/projects/${projectAddress}/divest`, {

@@ -125,0 +125,0 @@ endUserAddress: signerAddress,

{
"name": "@hemergy/core-sdk",
"version": "0.0.4",
"version": "0.0.5",
"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