
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
A cascading controller for fast interactive Web interfaces prototyping.
domino.js is a JavaScript cascading controller for fast interactive Web interfaces prototyping, developped by Alexis Jacomy at Linkfluence. It is released under the MIT License.
Check the project webpage to see the documentation: http://dominojs.org.
To use it, clone the repository:
git clone git@github.com:jacomyal/domino.js.git
The latest minified version is available here:
https://raw.github.com/jacomyal/domino.js/master/build/domino.min.js
You can also minify your own version with Grunt:
npm install
to install domino.js development dependencies.grunt
to successively lint sources, launch unit tests, and minify the code with Uglify.You can contribute by submitting issues tickets and proposing pull requests. Be sure to successfully run grunt closureLint
and grunt qunit
before submitting any pull request.
The whole source code is validated by the Google Closure Linter, and the comments are written in JSDoc (tags description is available here).
Also, the change log is available here.
FAQs
A cascading controller for fast interactive Web interfaces prototyping.
We found that domino-js 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
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.