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.0.4 to 2.0.5

6

CHANGELOG.md
# Changelog
## [2.0.5]
### Changed
- Fixed a bug in server-side rendering where `window` was `undefined`.
## [2.0.4]

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

2

dist/utils.js

@@ -55,2 +55,4 @@ "use strict";

function defaultPortalUrl() {
if (window === undefined) return "/"; // default to path root on ssr
var url = new URL(window.location.href);

@@ -57,0 +59,0 @@ return url.href.substring(0, url.href.indexOf(url.pathname));

2

package.json
{
"name": "skynet-js",
"version": "2.0.4",
"version": "2.0.5",
"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