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

skynet-js

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skynet-js - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

6

CHANGELOG.md
# Changelog
## [2.3.1]
### Changed
- Fix compatibility issue that made `getEntry` not work in the browser.
## [2.3.0]

@@ -4,0 +10,0 @@

2

dist/registry.js

@@ -75,3 +75,3 @@ "use strict";

return [4 /*yield*/, this.executeRequest(__assign(__assign({}, opts), { method: "get", query: {
publickey: "ed25519:" + publicKey.toString("hex"),
publickey: "ed25519:" + buffer_1.Buffer.from(publicKey).toString("hex"),
datakey: buffer_1.Buffer.from(crypto_1.HashDataKey(datakey)).toString("hex")

@@ -78,0 +78,0 @@ }, timeout: opts.timeout }))];

{
"name": "skynet-js",
"version": "2.3.0",
"version": "2.3.1",
"description": "Sia Skynet Javascript Client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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