Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Orange Boosted with Bootstrap is a framework library accessible, ergonomic and Orange branded based on Bootstrap v4.0.0.
Boosted is a fork of Bootstrap. Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development.
Visit Boosted
Several quick start options are available:
git clone https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git
npm install boosted
yarn add boosted@4.0.1
composer require orange-opensource/orange-boosted-bootstrap:4.0.1
Install-Package boosted
Sass: Install-Package boosted.sass
.Read the Getting started page for information on the framework contents, templates and examples, and more.
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
boosted/
├── css/
│ ├── boosted.css
│ ├── boosted.css.map
│ ├── boosted.min.css
│ ├── boosted.min.css.map
│ ├── boosted-grid.css
│ ├── boosted-grid.css.map
│ ├── boosted-grid.min.css
│ ├── boosted-grid.min.css.map
│ ├── boosted-reboot.css
│ ├── boosted-reboot.css.map
│ ├── boosted-reboot.min.css
│ ├── boosted-reboot.min.css.map
│ ├── boosted-rtl.css
│ ├── boosted-rtl.min.css
│ ├── boosted-rtl.min.css.map
│ ├── orangeHelvetica.css
│ ├── orangeHelvetica.css.map
│ ├── orangeHelvetica.min.css
│ ├── orangeHelvetica.min.css.map
│ ├── orangeIcons.css
│ ├── orangeIcons.css.map
│ ├── orangeIcons.min.css
│ └── orangeIcons.min.css.map
└── js/
├── boosted.bundle.js
├── boosted.bundle.min.js
├── boosted.js
└── boosted.min.js
We provide compiled CSS and JS (boosted.*
), as well as compiled and minified CSS and JS (boosted.min.*
). CSS source maps (boosted.*.map
) are available for use with certain browsers' developer tools. Bundled JS files (boosted.bundle.js
and minified boosted.bundle.min.js
) include Popper, but not jQuery.
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Boosted documentation, included in this repo in the root directory, is built with Jekyll and publicly hosted on GitHub Pages at http://boosted.orange.com. The docs may also be run locally.
Documentation search is powered by Algolia's DocSearch. Working on our search? Be sure to set debug: true
in the _scripts.html
include.
bundle install
.npm run test
(or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets./Orange-Boosted-Bootstrap
directory, run npm run docs-serve
in the command line.http://localhost:9001
in your browser, and voilà.Learn more about using Jekyll by reading its documentation.
Documentation for v3.x has been made available for the time being at http://boosted.orange.com/docs/3.3/ while folks transition to Bootstrap 4.
Previous releases and their documentation are also available for download.
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the Code Guide, maintained by Mark Otto.
Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.
Get updates on Bootstrap's development and chat with the project maintainers and community members.
irc.freenode.net
server, in the ##bootstrap
channel.bootstrap-4
).bootstrap
on packages which modify or add to the functionality of Bootstrap when distributing through npm or similar delivery mechanisms for maximum discoverability.For transparency into our release cycle and in striving to maintain backward compatibility, Boosted is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.
See the Releases section of our GitHub project for changelogs for each release version of Boosted. Release announcement posts on the official Bootstrap blog contain summaries of the most noteworthy changes made in each release.
Mark Otto
Jacob Thornton
Yves Gatesoupe
Loïc Laussel
Initial code and documentation copyright 2011-2018 the Bootstrap Authors and Twitter, Inc. Code released under the MIT License. Docs released under Creative Commons. Boosted code and documentation copyright 2015-2018 the Boosted Authors and Orange SA. Code released under the MIT License. Docs released under Creative Commons.
FAQs
Orange Boosted with Bootstrap is a Bootstrap based, Orange branded accessible and ergonomic components library.
The npm package boosted receives a total of 4,952 weekly downloads. As such, boosted popularity was classified as popular.
We found that boosted demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.