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

ipfs-unixfs-importer

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-unixfs-importer - npm Package Compare versions

Comparing version 14.0.2 to 15.0.0

2

dist/src/index.d.ts

@@ -8,3 +8,3 @@ import { DAGBuilder } from './dag-builder/index.js';

import { FileLayout } from './layout/index.js';
import type { AwaitIterable } from 'blockstore-core/base';
import type { AwaitIterable } from 'interface-store';
export type ByteStream = AwaitIterable<Uint8Array>;

@@ -11,0 +11,0 @@ export type ImportContent = ByteStream | Uint8Array;

{
"name": "ipfs-unixfs-importer",
"version": "14.0.2",
"version": "15.0.0",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",

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

"ipfs-unixfs": "^11.0.0",
"interface-blockstore": "^4.0.1",
"interface-blockstore": "^5.0.0",
"interface-store": "^4.0.0",
"it-all": "^2.0.0",

@@ -180,3 +181,3 @@ "it-batch": "^2.0.0",

"aegir": "^38.1.2",
"blockstore-core": "^3.0.0",
"blockstore-core": "^4.0.1",
"it-buffer-stream": "^3.0.0",

@@ -183,0 +184,0 @@ "it-drain": "^2.0.0",

@@ -14,3 +14,3 @@ import parallelBatch from 'it-parallel-batch'

import errcode from 'err-code'
import type { AwaitIterable } from 'blockstore-core/base'
import type { AwaitIterable } from 'interface-store'

@@ -17,0 +17,0 @@ export type ByteStream = AwaitIterable<Uint8Array>

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