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

ipfs-unixfs

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-unixfs - npm Package Compare versions

Comparing version 9.0.1 to 10.0.0

8

dist/src/index.d.ts
/**
* @param {string | number | undefined} [mode]
* @param {string | number | null | undefined} [mode]
*/
export function parseMode(mode?: string | number | undefined): number | undefined;
export function parseMode(mode?: string | number | null | undefined): number | undefined;
/**

@@ -26,3 +26,3 @@ * @param {any} input

* @param {MtimeLike | null} [options.mtime]
* @param {number | string} [options.mode]
* @param {number | string | null} [options.mode]
*/

@@ -36,3 +36,3 @@ constructor(options?: {

mtime?: import("./types").MtimeLike | null | undefined;
mode?: string | number | undefined;
mode?: string | number | null | undefined;
} | undefined);

@@ -39,0 +39,0 @@ type: string;

{
"name": "ipfs-unixfs",
"version": "9.0.1",
"version": "10.0.0",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",

@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT",

@@ -28,3 +28,3 @@ import errcode from 'err-code'

/**
* @param {string | number | undefined} [mode]
* @param {string | number | null | undefined} [mode]
*/

@@ -165,3 +165,3 @@ export function parseMode (mode) {

* @param {MtimeLike | null} [options.mtime]
* @param {number | string} [options.mode]
* @param {number | string | null} [options.mode]
*/

@@ -168,0 +168,0 @@ constructor (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