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

@bscotch/pathy

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bscotch/pathy - npm Package Compare versions

Comparing version 2.7.3 to 2.7.4

4

dist/lib/pathy.js

@@ -307,3 +307,5 @@ import { __decorate, __metadata } from "tslib";

else {
child = (await this.listChildren()).find((c) => c.basename === basename);
child = (await this.listChildren()).find((c) => typeof basename === 'string'
? c.basename === basename
: basename.test(c.basename));
}

@@ -310,0 +312,0 @@ assert(!options?.assert || child, `${this.absolute} does not have a child named ${basename}`);

{
"name": "@bscotch/pathy",
"version": "2.7.3",
"version": "2.7.4",
"description": "A toolkit for simplifying working with paths and files.",

@@ -5,0 +5,0 @@ "keywords": [

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