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

@kyve/contract-lib

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyve/contract-lib - npm Package Compare versions

Comparing version 0.1.0-alpha.6 to 0.1.0-alpha.7

11

CHANGELOG.md

@@ -6,10 +6,17 @@ # Change Log

# [0.1.0-alpha.6](https://github.com/KYVENetwork/kyve/compare/@kyve/contract-lib@0.1.0-alpha.5...@kyve/contract-lib@0.1.0-alpha.6) (2021-04-29)
# [0.1.0-alpha.7](https://github.com/KYVENetwork/kyve/compare/@kyve/contract-lib@0.1.0-alpha.6...@kyve/contract-lib@0.1.0-alpha.7) (2021-05-11)
**Note:** Version bump only for package @kyve/contract-lib
### Bug Fixes
* added payout method ([cdd5ff7](https://github.com/KYVENetwork/kyve/commit/cdd5ff7ef8d6b4f2b89fd57b9ff7493962fd2654))
# [0.1.0-alpha.6](https://github.com/KYVENetwork/kyve/compare/@kyve/contract-lib@0.1.0-alpha.5...@kyve/contract-lib@0.1.0-alpha.6) (2021-04-29)
**Note:** Version bump only for package @kyve/contract-lib
# 0.1.0-alpha.5 (2021-04-29)

@@ -16,0 +23,0 @@

@@ -25,3 +25,4 @@ import { StateInterface } from "@kyve/contract/dist/faces";

dispense: () => Promise<string>;
payout: (poolID: number) => Promise<string>;
}
export default Contract;

@@ -253,2 +253,16 @@ "use strict";

}); };
this.payout = function (poolID) { return __awaiter(_this, void 0, void 0, function () {
var input;
return __generator(this, function (_a) {
switch (_a.label) {
case 0:
input = {
"function": "payout",
id: poolID
};
return [4 /*yield*/, this.write(input)];
case 1: return [2 /*return*/, _a.sent()];
}
});
}); };
this.arweave = arweave;

@@ -255,0 +269,0 @@ this.keyfile = keyfile;

6

package.json
{
"name": "@kyve/contract-lib",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"main": "dist/index",

@@ -19,7 +19,7 @@ "types": "dist/index",

"dependencies": {
"@kyve/contract": "0.1.0-alpha.3",
"@kyve/contract": "0.1.0-alpha.4",
"arweave": "^1.10.13",
"smartweave": "^0.4.29"
},
"gitHead": "d54f98ead6f8dba19497f25b1e0c4fe7b43950b0"
"gitHead": "1d04e9d4df728d26a9a6111807a991fe7590d4a2"
}
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