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

antiaris-node-resolve

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antiaris-node-resolve

Locate modules using the Node resolution algorithm, for using third party modules in node_modules

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

antiaris-node-resolve

NPM version Downloads Build Status Dependency status Dev Dependency status

解析文件依赖,找到真正的 CommonJS 指向。这在复用被发布到 NPM 上的资源时非常有用。

import {resolve} from 'antiaris-node-resolve';

resolve('src/index.js', './foo/foo');// src/foo/foo.js
resolve('src/index.js', 'babel-core');// node_modules/babel-core/index.js

默认地,NodeJS 内建的模块会被忽略,比如 fspath

Keywords

FAQs

Package last updated on 15 Jun 2016

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