Socket
Socket
Sign inDemoInstall

realpath-missing

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    realpath-missing

Canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence


Version published
Maintainers
1
Install size
3.66 kB
Created

Readme

Source

realpath-missing

Canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence

npm version

Installation

<npm|yarn|pnpm> add realpath-missing

Usage

'use strict'
const realpathMissing = require('realpath-missing')

console.log(await realpathMissing('package.json'))
//> /home/src/package.json

API

realpathMissing(path): Promise<path>

License

MIT © Zoltan Kochan

FAQs

Last updated on 11 Feb 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • 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