Socket
Socket
Sign inDemoInstall

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 9.0.5 to 9.0.6

2

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

@@ -10,3 +10,3 @@ declare function _exports(cwd: string, pattern: string, options?: {

path: string;
content: fs.ReadStream | undefined;
content: AsyncIterable<Buffer> | undefined;
mode: number | undefined;

@@ -13,0 +13,0 @@ mtime: import("ipfs-unixfs/types/src/types").MtimeLike | undefined;

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -21,3 +21,8 @@ 'use strict'

* @param {import('ipfs-unixfs').MtimeLike} [options.mtime] - mtime to use - if preserveMtime is true this will be ignored
* @yields {Object} File objects in the form `{ path: String, content: AsyncIterator<Buffer> }`
* @returns {AsyncGenerator<{
* path: string;
* content: AsyncIterable<Buffer> | undefined;
* mode: number | undefined;
* mtime: import("ipfs-unixfs/types/src/types").MtimeLike | undefined;
* }, void, unknown>} File objects that match glob
*/

@@ -24,0 +29,0 @@ module.exports = async function * globSource (cwd, pattern, options) {

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