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

ipfs-utils

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-utils - npm Package Compare versions

Comparing version 8.1.5 to 8.1.6

4

dist/src/files/glob-source.d.ts

@@ -10,3 +10,3 @@ /// <reference types="node" />

mode?: number | undefined;
mtime?: import("ipfs-unixfs/dist/src/types").MtimeLike | undefined;
mtime?: import("ipfs-unixfs/types/src/types").MtimeLike | undefined;
} | undefined): AsyncGenerator<{

@@ -20,3 +20,3 @@ path: string;

mode: number | undefined;
mtime: import("ipfs-unixfs/dist/src/types").MtimeLike | undefined;
mtime: import("ipfs-unixfs/types/src/types").MtimeLike | undefined;
}, void, unknown>;

@@ -23,0 +23,0 @@ export = _exports;

@@ -1,2 +0,2 @@

import { Readable as NodeReadableStream } from 'stream'
import type { Readable as NodeReadableStream } from 'stream'

@@ -3,0 +3,0 @@ interface ProgressStatus {

{
"name": "ipfs-utils",
"version": "8.1.5",
"version": "8.1.6",
"description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem",

@@ -65,3 +65,3 @@ "main": "src/index.js",

"native-fetch": "^3.0.0",
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
"node-fetch": "https://registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz",
"react-native-fetch-api": "^2.0.0",

@@ -74,3 +74,3 @@ "stream-to-it": "^0.2.2"

"events": "^3.3.0",
"ipfs-unixfs": "^4.0.1",
"ipfs-unixfs": "^6.0.4",
"it-all": "^1.0.4",

@@ -96,10 +96,11 @@ "it-drain": "^1.0.3",

"Hector Sanjuan <code@hector.link>",
"André Costa Lima <andreclima.pt@gmail.com>",
"Olivério Sousa <47525443+oliveriosousa@users.noreply.github.com>",
"Roderik van der Veer <roderik@settlemint.com>",
"Stepan Yurtsiv <yurtsiv.stepan@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Leo <5376265+leoherzog@users.noreply.github.com>",
"bluelovers <codelovers@users.sourceforge.net>",
"André Costa Lima <andreclima.pt@gmail.com>",
"Leo <5376265+leoherzog@users.noreply.github.com>",
"Marcin Rataj <lidel@lidel.org>",
"Roderik van der Veer <roderik@settlemint.com>",
"Stepan Yurtsiv <yurtsiv.stepan@gmail.com>"
"Marcin Rataj <lidel@lidel.org>"
]
}

@@ -91,3 +91,5 @@ 'use strict'

request.send(/** @type {BodyInit} */(options.body))
// @ts-expect-error options.body can be a node readable stream, which isn't compatible with XHR, but this
// file is a browser override so you won't get a node readable stream so ignore the error
request.send(options.body)
})

@@ -94,0 +96,0 @@ }

@@ -1,2 +0,2 @@

import { Readable as NodeReadableStream } from 'stream'
import type { Readable as NodeReadableStream } from 'stream'

@@ -3,0 +3,0 @@ interface ProgressStatus {

Sorry, the diff of this file is not supported yet

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