Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.