Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@statoscope/helpers
Advanced tools
5.6.0 (16 July 2021)
[webpack-ui]
add entrypoint tab into the module page. How it's possible to inspect all the paths from specific module to an entrypoint
[webpack-ui]
add entrypoint into issuer path
[helpers]
add Graph
, Node
and SolutionPath
classes to solve the graph-specific tasks.
Add a few jora-helpers:
graph_getNode(id, graph)
- get a node by its idgraph_getPaths(from, graph, to, max)
- get all or max
possible paths from from
node to to
node[webpack-model]
add deps
for every module. There are all the modules that the module requires
[webpack-model]
add dep
for every entrypoint. There is a module that an entrypoint requires
[webpack-model]
add resolvedEntry
and resolvedEntryName
for entrypoint-reasons
[webpack-model]
add a few jora-helpers:
getModuleGraph(hash)
- get module graph for specified compilationmoduleGraph_getEntrypoints(module, graph, entrypoints, max)
- get all or max
entrypoints of module
moduleGraph_getPaths(from, graph, to, max)
- get all or max
possible paths from from
module to to
module[webpack-ui]
fix settings error when multiple tabs openedFAQs
Statoscope utils
The npm package @statoscope/helpers receives a total of 0 weekly downloads. As such, @statoscope/helpers popularity was classified as not popular.
We found that @statoscope/helpers 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.