Socket
Socket
Sign inDemoInstall

realpath-missing

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

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
Weekly downloads
90K
decreased by-6.05%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 11 Feb 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc