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

web-ledger-client

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-ledger-client - npm Package Versions

1

3.0.0

Diff

Changelog

Source

3.0.0 - 2019-04-10

Fixed

  • Now works in the browser.

Changed

  • BREAKING: Node 10.x is required.
  • BREAKING: The strictSSL parameter has been removed from the constructor. In order to disable strict SSL in Node, one must use the httpsAgent parameter to the constructor to pass in a properly configured Node https.Agent instance. Example: const httpsAgent = new https.Agent({rejectUnauthorized: false});
mattcollier
published 2.1.0 •

Changelog

Source

2.1.0 - 2019-04-09

Added

  • Add getServiceEndpoint API.
  • Add getTargetNode API.
mattcollier
published 2.0.0 •

Changelog

Source

2.0.0 - 2019-02-20

Changed

  • BREAKING: Many of the 1.0 APIs have been changed or renamed.
codenamedmitri
published 1.0.0 •

Changelog

Source

1.0.0 - 2018-11-08

  • Initial release.
  • Extracted code from did-client-veres-one, did-io.
  • Changed from r2 to axios.
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