Socket
Socket
Sign inDemoInstall

path-scurry

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-scurry - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

dist/cjs/index.d.ts

@@ -823,3 +823,5 @@ /// <reference types="node" />

}
export type WalkOptionsWithFileTypesUnset = Pick<WalkOptions, Exclude<keyof WalkOptions, 'withFileTypes'>>;
export type WalkOptionsWithFileTypesUnset = WalkOptions & {
withFileTypes?: undefined;
};
export type WalkOptionsWithFileTypesTrue = WalkOptions & {

@@ -826,0 +828,0 @@ withFileTypes: true;

@@ -823,3 +823,5 @@ /// <reference types="node" />

}
export type WalkOptionsWithFileTypesUnset = Pick<WalkOptions, Exclude<keyof WalkOptions, 'withFileTypes'>>;
export type WalkOptionsWithFileTypesUnset = WalkOptions & {
withFileTypes?: undefined;
};
export type WalkOptionsWithFileTypesTrue = WalkOptions & {

@@ -826,0 +828,0 @@ withFileTypes: true;

{
"name": "path-scurry",
"version": "1.1.0",
"version": "1.1.1",
"description": "walk paths fast and efficiently",

@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",

Sorry, the diff of this file is not supported yet

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