ipfs-utils
Advanced tools
Comparing version 8.1.5 to 8.1.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1276
5
51447
57
1