
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Ringa is an ES6 MVC-inspired library designed to manage your asynchronous code and state as your project scales.
Right now Ringa JS is only used inside React applications, so you will almost always install it alongside the react plugin:
npm install -S ringa
npm install -S react-ringa
npm run test
This project is under heavy active development and while being heavily tested is still considered Alpha.
Documentation is built using MKDocs and stored in the docs
folder.
To edit the documentation with live reload, navigate to the folder and do:
mkdocs serve
When done editing, you can build the docs from the root via npm run docs
.
If you are having issues building, note that you must use an older version of MKDocs right now to use the Cinder template we are currently using:
pip install 'mkdocs<0.15.3'
MIT License (c) 2017 by Joshua Jung, Thomas Yarnall, and the Ringa Team
FAQs
Ringa is an ES6 MVC-inspired library designed to manage your asynchronous code and state as your project scales.
The npm package ringa receives a total of 22 weekly downloads. As such, ringa popularity was classified as not popular.
We found that ringa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
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.