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

@eximchain/dappbot-api-client

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eximchain/dappbot-api-client - npm Package Versions

1

1.0.1

Diff

Changelog

Source

v1.0.1

Fixed a number of runtime bugs which appeared when plugging this library into our web client.

  • Per-root api classes were trying to call this.builder before its value had been assigned in the constructor. Now all of their bodies just declare typed properties, while the actual assignment happens in the constructor.
  • Upgraded @eximchain/dappbot-types to a new version where all typeguards are free of runtime errors.
  • Made the refresh methods stop throwing errors when there's no auth to refresh, as users can now simply check API.hasStaleAuth() to see if they can perform a refresh.
  • Ensured that if this.authData.Authorization !== '', then all requests will include it in their headers, rather than just requests to specific paths.
  • Fixed URL generation by leveraging the WHATWG URL API; now we don't need to string munge the dappbotUrl against each path to make sure all the /s add up right.
john-osullivan
published 1.0.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