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

skynet-js

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skynet-js - npm Package Versions

1
7

2.8.0

Diff

Changelog

Source

[2.8.0]

Added

  • downloadFile and getSkylinkUrl now accept a subdomain option which makes them return the skylink in subdomain format.
  • parseSkylink now accepts a subdomain option which parses the skylink as a base32 subdomain in a URL.

Changed

  • Trying to use the skykeyName or skykeyId parameters now results in an error, as previously users may not have realized they were unimplemented.
m-cat
published 2.7.0 •

Changelog

Source

[2.7.0]

Note: this version contains breaking changes to deriveChildSeed.

Changed

  • [Breaking change] Fix deriveChildSeed bugs. It will now return hex-encoded strings. Note that it will now return different values than before these bugs were fixed.
  • Fix setJSON function not using hex-encoded publickeys when making its request.
  • Do not use a timeout for setEntry by default (was 5s previously).
  • Fix a bug when calling setJSON with revision = 0 where setJSON would fetch the latest revision anyway.
m-cat
published 2.6.0 •

Changelog

Source

[2.6.0]

Added

  • Add getEntryUrl

Changed

  • Fix genKeyPair* functions
m-cat
published 2.5.0 •

Changelog

Source

[2.5.0]

Note: this version contains breaking changes in the SkyDB and Registry APIs.

Changed

  • [Breaking change] Rename keyPairFromSeed to genKeyPairFromSeed and have it return keys in the form of hex strings.
  • [Breaking change] Rename generateKeyPairAndSeed to genKeyPairAndSeed and have it return keys in the form of hex strings.
  • [Breaking change] Use hex strings as keys as inputs to getJSON, setJSON, getEntry, and setEntry.
  • [Breaking change] setEntry no longer takes a datakey argument as it is already in entry.
m-cat
published 2.4.0 •

Changelog

Source

[2.4.0]

Changed

  • Add crypto API for generating seeds and deriving subkeys.
m-cat
published 2.3.1 •

Changelog

Source

[2.3.1]

Changed

  • Fix compatibility issue that made getEntry not work in the browser.
m-cat
published 2.3.0 •

Changelog

Source

[2.3.0]

Changed

  • Simplified registry API.
m-cat
published 2.2.0 •

Changelog

Source

[2.2.0]

Changed

  • Change SkyDB and Registry APIs.
m-cat
published 2.1.1 •

Changelog

Source

[2.1.1]

Changed

  • Improve timeout handling for SkyDB
  • Extend end-to-end tests
m-cat
published 2.1.0 •

Changelog

Source

[2.1.0]

Added

  • Add SkyDB support

Changed

  • Move to Typescript
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