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

patternfly-bootstrap-combobox

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patternfly-bootstrap-combobox - npm Package Compare versions

Comparing version 1.0.0 to 1.1.7

2

bower.json
{
"name": "bootstrap-combobox",
"version": "1.1.6",
"version": "1.1.7",
"homepage": "https://github.com/danielfarrell/bootstrap-combobox",

@@ -5,0 +5,0 @@ "authors": [

/* =============================================================
* bootstrap-combobox.js v1.1.6
* bootstrap-combobox.js v1.1.7
* =============================================================

@@ -101,3 +101,3 @@ * Copyright 2012 Daniel Farrell

if(this.options.appendId !== "undefined") {
this.$element.attr('id', this.$source.attr('id') + this.options.appendId);
this.$element.attr('id', this.$source.attr('id') + this.options.appendId);
}

@@ -104,0 +104,0 @@ this.$element.attr('placeholder', this.options.placeholder)

{
"name": "patternfly-bootstrap-combobox",
"version": "1.0.0",
"version": "1.1.7",
"author": "Red Hat",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -66,3 +66,3 @@ # Bootstrap Combobox

`bsVersion`: Version of bootstrap being used. This is used by the default `template` function to generate markup correctly. Defaults to '3'. Set to '2' for compatibility with Bootstrap 2
`appendId`: The desired id of the transformed combobox. This will become the id attr and can be mapped to a label using the for attribute. Useful for accessibility.

@@ -69,0 +69,0 @@

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