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

glyphicons

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glyphicons

An icon set based on Unicode glyphs

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.3K
decreased by-30.88%
Maintainers
1
Weekly downloads
 
Created
Source

glyphicons

An icon set based on Unicode glyphs

npm license travis greenkeeper mind BLOWN

.

Install

npm install --save glyphicons

Include in your app

require

var icons = require('glyphicons')

import

import icons from 'glyphicons'

AMD

define(['glyphicons'], function(icons){
});

Script tag

<script src="https://cdn.rawgit.com/download/glyphicons/0.1.0/glyphicons.js"></script>

Usage

console.info('I' + icons.heart + ' Glyphicons!')

Issues

Add an issue in this project's issue tracker to let me know of any problems you find, or questions you may have.

Copyright 2016 by Stijn de Witt. Some rights reserved.

License

Licensed under the Creative Commons Attribution 4.0 International (CC-BY-4.0) Open Source license.

Keywords

FAQs

Package last updated on 14 Oct 2016

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