
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
joopl-analyzer
Advanced tools
Analyzes jOOPL-based OOP JavaScript and creates a dependency map which is used to asynchronously-load dependencies behind the scenes!
First of all, thank you for your interest on jOOPL and this analyzer tool.
If you're not familiar with jOOPL, jOOPL stands for "JavaScript Object-Oriented Programming Library" and jOOPL Analyzer is a very powerful tool which analyzes your existing jOOPL-based JavaScript code and generates a file called "moduleinfo.js".
That "moduleinfo.js" file will contain some kind of metadata that will let jOOPL load the required source files to the Web browser to work with some given class or a group of classes.
Follow this link to learn more and get great documentation about both jOOPL and jOOPL Analyzer
jOOPL analyzer should be installed globally using npm:
npm -g install joopl-analyzer
Once it's installed, it can be executed globally in your shell environment.
joopl-analyzer
command will analyze your JavaScript code starting from a base directory. If no base directory is provided,
the analyzer will start from current directory in your shell session.
A concrete base directory will be provided calling the command this way:
joopl-analyzer --directory ./src
joopl-analyzer --directory c:\myproject
Again, thank you for your interest. Feedback will be appreciated. Please send it to:
And issues should be added in the GitHub repository:
jOOPL and jOOPL Analyzer is a project developed by Matías Fidemraizer. You may contact me either in GitHub or LinkedIn:
FAQs
Analyzes jOOPL-based OOP JavaScript and creates a dependency map which is used to asynchronously-load dependencies behind the scenes!
We found that joopl-analyzer 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.