Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

domino-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domino-js

A cascading controller for fast interactive Web interfaces prototyping.

  • 1.3.7
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status

domino.js

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.

How to use it

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:

  • First, install Node.js, NPM and Grunt.
  • Use npm install to install domino.js development dependencies.
  • Use grunt to successively lint sources, launch unit tests, and minify the code with Uglify.

Contributing

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.

Keywords

FAQs

Package last updated on 19 May 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc