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

fontawesome-iconpicker

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fontawesome-iconpicker - npm Package Compare versions

Comparing version 1.3.1 to 1.4.1

2

extension/manifest.json

@@ -6,3 +6,3 @@ {

"description": "Font Awesome Icon Picker extension for Google Chrome",
"version": "1.2.2",
"version": "1.2.3",
"icons": {

@@ -9,0 +9,0 @@ "19": "icon.png",

@@ -55,3 +55,3 @@ /*!

$(function () {
$('.iconpicker').iconpicker({
$('.iconpicker').html('').iconpicker({
showFooter: true,

@@ -58,0 +58,0 @@ templates: {

{
"name": "fontawesome-iconpicker",
"version": "1.3.1",
"version": "1.4.1",
"description": "Font Awesome Icon Picker plugin for Twitter Bootstrap",
"homepage": "https://farbelous.github.io/fontawesome-iconpicker/",
"author": "Javi Aguilar",
"license": "MIT",
"repository": {

@@ -21,9 +23,2 @@ "type": "git",

],
"author": "Javi Aguilar",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/farbelous/fontawesome-iconpicker/blob/master/LICENSE"
}
],
"devDependencies": {

@@ -30,0 +25,0 @@ "grunt": "~0.4.5",

@@ -52,2 +52,9 @@ fontawesome-iconpicker

```javascript
// Bind iconpicker events to the element
$('.my').on('iconpickerSelected', function(event){
/* event.iconpickerValue */
});
```
## Popover placement extensions

@@ -120,11 +127,1 @@

```
## TO-DO
- [x] Support other icon fonts
- [x] Fix: input marked as error when it is empty
- [x] Add role=button to each item, for making them tabbable
- [x] Ability to use the user input as the filter instead of the popover input
- [x] Fix bottomRight position when using component mode
- [x] Better dropdown compatibility
- [x] Ability to mix various class prefixes and use a customizable class formatter function
- [ ] ~~Ability to select and copy the icon character (the would need to be hardcoded in js)~~ (Use the chrome extension)

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