New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jade-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jade-bootstrap - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

_bootstrap.jade

2

package.json
{
"name": "jade-bootstrap",
"version": "1.0.0",
"version": "1.0.1",
"description": "Bootstrap framework written completely using mixins in JADE",

@@ -5,0 +5,0 @@ "main": "bootstrap.jade",

@@ -14,4 +14,54 @@ # JADE-Bootstrap

## Quickstart
Several quick start options are available:
* [Download the latest release] (https://github.com/rajasegar/JADE-Bootstrap/archive/master.zip)
* Clone the repo: `git clone https://github.com/rajasegar/JADE-Bootstrap.git`.
* Install with [Bower](http://bower.io/): `bower install jade-bootstrap`.
* Install with [npm](https://www.npmjs.com/): `npm install jade-bootstrap`.
The quickest way to get started with this [boilerplate](https://github.com/rajasegar/jadebootstrap-seed)
The quickest way to get started for NodeJS applications is with this [boilerplate](https://github.com/rajasegar/jadebootstrap-seed)
### What's included
Within the download you'll find the following directories and files, logically grouping common mixins. You'll see something like this:
```
bootstrap.jade
├── components/
│ ├── accordion.jade
│ ├── alerts.jade
│ ├── carousel.jade
│ ├── dropdowns.jade
│ ├── forms.jade
│ ├── icons.jade
│ ├── labels.jade
│ ├── list-groups.jade
│ ├── modal.jade
│ ├── navbar.jade
│ ├── navs.jade
│ ├── panels.jade
│ ├── progress-bars.jade
│ ├── tables.jade
│ ├── tabs.jade
│ ├── toggle.jade
│ └── tooltips.jade
└── layouts/
├── blog.jade
├── carousel.jade
├── cover.jade
├── dashboard.jade
├── jumbotron.jade
├── jumbotron-narrow.jade
├── justified-nav.jade
├── navbar.jade
├── navbar_fixed.jade
├── navbar_static.jade
├── non-responsive.jade
├── offcanvas.jade
├── sign-in.jade
├── starter.jade
├── sticky-footer.jade
├── sticky-footer-navbar.jade
└── theme-template.jade
```

@@ -25,1 +75,2 @@

* Super-speed development using JADE mixins
* Some widely used sample layouts to start with.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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