npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@socketregistry/path-parse

1.0.8

@GitHub Actions

npmHomeRepoSnykSocket
Downloads:82094
$ npm install @socketregistry/path-parse
DailyWeeklyMonthlyYearly

@socketregistry/path-parse

Socket Badge CI - @socketregistry/path-parse Follow @SocketSecurity

A tested zero dependency drop-in replacement of path-parse complete with TypeScript types.

Installation

Install as a package override

socket CLI will automagically ✨ populate overrides and resolutions of your package.json.

npx socket optimize

Prefer to do it yourself? Add @socketregistry/path-parse to your package.json.

{
  "overrides": {
    "path-parse": "npm:@socketregistry/path-parse@^1"
  },
  "resolutions": {
    "path-parse": "npm:@socketregistry/path-parse@^1"
  }
}

Install as a plain dependency

Install with your favorite package manager.

npm install @socketregistry/path-parse

Requirements

Node >= 18.20.4