glossary-panel
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "18F Site Glossary Panel", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"aria-accordion": "0.1.0", | ||
"list.js": "git://github.com/jmcarp/list.js.git", | ||
"list.js": "^1.2.0", | ||
"underscore": "^1.8.3" | ||
@@ -24,0 +24,0 @@ }, |
@@ -101,3 +101,2 @@ 'use strict'; | ||
this.addEventListener(this.closeBtn, 'click', this.hide.bind(this)); | ||
this.addEventListener(this.body, 'click', '.toggle', this.toggle.bind(this)); | ||
this.addEventListener(this.search, 'input', this.handleInput.bind(this)); | ||
@@ -104,0 +103,0 @@ this.addEventListener(document.body, 'keyup', this.handleKeyup.bind(this)); |
Sorry, the diff of this file is too big to display
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
131320
3327
0
+ Addedlist.js@1.5.0(transitive)
+ Addedstring-natural-compare@2.0.3(transitive)
Updatedlist.js@^1.2.0