You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ipfs-unixfs-exporter

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-unixfs-exporter - npm Package Compare versions

Comparing version

to
13.2.5

2

dist/src/index.d.ts

@@ -44,3 +44,3 @@ import { CID } from 'multiformats/cid';

size: bigint;
content: (options?: ExporterOptions) => AsyncGenerator<T, void, unknown>;
content(options?: ExporterOptions): AsyncGenerator<T, void, unknown>;
}

@@ -47,0 +47,0 @@ export interface UnixFSFile extends Exportable<Uint8Array> {

{
"name": "ipfs-unixfs-exporter",
"version": "13.2.4",
"version": "13.2.5",
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",

@@ -159,3 +159,3 @@ "license": "Apache-2.0 OR MIT",

"@types/sinon": "^17.0.2",
"aegir": "^40.0.11",
"aegir": "^41.3.2",
"blockstore-core": "^4.0.1",

@@ -162,0 +162,0 @@ "delay": "^6.0.0",

@@ -62,3 +62,3 @@ import errCode from 'err-code'

size: bigint
content: (options?: ExporterOptions) => AsyncGenerator<T, void, unknown>
content(options?: ExporterOptions): AsyncGenerator<T, void, unknown>
}

@@ -65,0 +65,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.