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

@avalabs/glacier-sdk

Package Overview
Dependencies
Maintainers
2
Versions
665
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/glacier-sdk - npm Package Compare versions

Comparing version 2.8.0-alpha.67 to 2.8.0-alpha.68

6

package.json
{
"name": "@avalabs/glacier-sdk",
"version": "2.8.0-alpha.67",
"version": "2.8.0-alpha.68",
"description": "sdk for interacting with glacier-api",

@@ -36,5 +36,5 @@ "author": "Oliver Wang <oliver.wang@avalabs.org>",

"dependencies": {
"@avalabs/utils-sdk": "2.8.0-alpha.67"
"@avalabs/utils-sdk": "2.8.0-alpha.68"
},
"gitHead": "46b25244d808c824fdb67f006006498610569320"
"gitHead": "619c2e18bacad337dffc3ff9db93437aaf54433b"
}

@@ -16,1 +16,11 @@ # glacier-sdk

```
## Debugging Build Issues After Code Generation
After running the `codegen` script, you may encounter build errors that look like this:
![image](./documentation/images/no-exported-member-error.png)
This is caused by changes to the Glacier API schema, and the `GlacierClient` class in `src/glacierClient.ts` that wraps auto-generated code from the API schema as this code is not updated automatically during code generation.
Please see [PR #371](https://github.com/ava-labs/avalanche-sdks/pull/371) for an example of the type of update that must be made in order resolve the above error, in particular [this commit](https://github.com/ava-labs/avalanche-sdks/pull/371/commits/17ddb76acf54c5b2c9e8d06e20ac2315575006de).
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