Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iotexproject/kit

Package Overview
Dependencies
Maintainers
0
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iotexproject/kit - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

17

dist/index.d.ts

@@ -14,5 +14,16 @@ // Generated by dts-bundle-generator v9.5.1

};
declare const getBuckets: (args: {
address: string;
}) => Promise<{}[]>;
declare const callContract: (args: {
method: "";
params: [
];
address: "";
}) => Promise<{
data: string;
}>;
declare const modules: {
mimo: typeof mimo;
staking: typeof mimo;
staking: typeof staking;
};

@@ -24,6 +35,6 @@ export type ModuleType = typeof modules;

declare namespace mimo {
export { config, getLpList };
declare namespace staking {
export { callContract, getBuckets };
}
export {};

2

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "v0.0.1",
"version": "v0.0.2",
"main": "dist/index.js",

@@ -8,0 +8,0 @@ "types": "dist/index.d.ts",

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