
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Jymfony is a Node.js framework for applications and a set of reusable Javascript components. Jymfony was born from an idea of Alessandro Chitolina as a port of the popular PHP framework, Symfony.
You can also install Jymfony via npm:
$ npm install jymfony
You can find a fully working base example project here.
As said, Jymfony is made of reusable Javascript components:
Each component has its own README.md
, you can read more about those there.
Also, it comes with some DataStructures
. With Jymfony you can declare:
class ThisIsAnInterface {
// ...
}
module.exports = getInterface(ThisIsAnInterface);
class ThisIsATrait {
// ...
}
module.exports = getTrait(ThisIsATrait);
In order to test Jymfony, just run:
$ yarn test
Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!
Jymfony is licensed under the MIT License - see the LICENSE file for details
The Jymfony team:
The logo is an artwork made by Daniele Tognetti
FAQs
Jymfony
We found that jymfony demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.