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

libskynet

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libskynet - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dist/apidownloadskylink.js

@@ -34,3 +34,3 @@ import { verifyDownloadResponse } from "./apidownloadverifyresponse.js";

for (let i = 0; i < result.responsesFailed.length; i++) {
if (result.responsesFailed[i].status === 404) {
if (result.responsesFailed[i] !== null && result.responsesFailed[i].status === 404) {
resolve([new Uint8Array(0), "404"]);

@@ -37,0 +37,0 @@ return;

{
"name": "libskynet",
"version": "0.1.3",
"version": "0.1.4",
"author": "Skynet Labs",

@@ -5,0 +5,0 @@ "description": "helper library to interact with skynet's low level primitives",

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