New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

glossary-panel

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glossary-panel - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json

@@ -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

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