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

@covalenthq/client-sdk

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@covalenthq/client-sdk - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

package.json
{
"name": "@covalenthq/client-sdk",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index.js",

@@ -9,3 +9,3 @@ "types": "dist/index.d.ts",

],
"repository": "https://github.com/covalenthq/covalent-api-sdk-js",
"repository": "https://github.com/covalenthq/covalent-api-sdk-ts",
"author": "Covalenthq",

@@ -12,0 +12,0 @@ "license": "MIT",

@@ -29,3 +29,7 @@ # covalent-api-sdk-ts

const resp = await client.BalanceService.getTokenBalancesForWalletAddress("eth-mainnet", "WALLET_ADDRESS"); // Example call, refer to API Docs for required paramaters or click into the method `getTokenBalancesForWalletAddress` to see the accepted parameter arguments
console.log(resp.data);
if (!resp.error) {
console.log(resp.data);
} else {
console.log(resp.error_message);
}
}

@@ -32,0 +36,0 @@ ```

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