Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
enhanced-resolve-cli
Advanced tools
Provides `enhancedresolve` CLI tool to output a resolved path to a requested import/module with support for Node.js and webpack resolve options.
https://github.com/davidosomething/enhanced-resolve-cli
Get a resolved module path. Reads resolve settings from your
webpack.config.js
if available, otherwise falls back to node resolution.
npm install -g enhanced-resolve-cli
Usage: enhancedresolve [options] <request>
Options:
-V, --version output the version number
-s, --suppress Suppress error output
-b, --basepath <path> Path to resolve from </Users/davidosomething/projects/enhanced-resolve-cli>
-h, --help output usage information
vim-enhanced-resolver
is a vim plugin using this cli tool. It provides a mappable <Plug>
to jump
to the resolved file.
Finds generic node_modules
$ enhancedresolve jspm
/Users/davidosomething/projects/davidosomething/16.davidosomething.com/node_modules/jspm/api.js
Webpack alias support
$ enhancedresolve lib/utils
/Full/Path/To/lib/utils.js
Resolves relative paths
$ enhancedresolve ../site.js
/Users/davidosomething/projects/davidosomething/16.davidosomething.com/lib/site.js
MIT
FAQs
Provides `enhancedresolve` CLI tool to output a resolved path to a requested import/module with support for Node.js and webpack resolve options.
The npm package enhanced-resolve-cli receives a total of 4 weekly downloads. As such, enhanced-resolve-cli popularity was classified as not popular.
We found that enhanced-resolve-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.