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

ng2-sidebar

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-sidebar - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

lib/sidebar.component.js

@@ -149,3 +149,3 @@ "use strict";

}
if (_this.keyClose) {
if (_this.keyClose && !_this._onKeyDownAttached) {
_this._document.body.addEventListener('keydown', _this._onKeyDown);

@@ -152,0 +152,0 @@ _this._onKeyDownAttached = true;

{
"name": "ng2-sidebar",
"version": "1.8.0",
"version": "1.8.1",
"description": "A sidebar component for Angular 2.",

@@ -5,0 +5,0 @@ "repository": {

@@ -338,3 +338,3 @@ import {

if (this.keyClose) {
if (this.keyClose && !this._onKeyDownAttached) {
this._document.body.addEventListener('keydown', this._onKeyDown);

@@ -341,0 +341,0 @@ this._onKeyDownAttached = true;

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