Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

@protobufjs/path

Package Overview
Dependencies
0
Maintainers
2
Versions
6
Issues
File Explorer

Advanced tools

Install Socket

Protect your apps from supply chain attacks

Install

@protobufjs/path

A minimal path module to resolve Unix, Windows and URL paths alike.

    1.1.2latest
    GitHub
    npm

Version published
Maintainers
2
Weekly downloads
10,214,069
decreased by-1.55%

Weekly downloads

Readme

Source

@protobufjs/path

npm

A minimal path module to resolve Unix, Windows and URL paths alike.

API

  • path.isAbsolute(path: string): boolean
    Tests if the specified path is absolute.

  • path.normalize(path: string): string
    Normalizes the specified path.

  • path.resolve(originPath: string, includePath: string, [alreadyNormalized=false: boolean]): string
    Resolves the specified include path against the specified origin path.

License: BSD 3-Clause License

FAQs

Last updated on 23 Feb 2017

Did you know?

Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc