patternfly-bootstrap-combobox
Advanced tools
Comparing version 1.0.0 to 1.1.7
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363349
12
1