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

angular-stackables

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-stackables - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

bower.json
{
"name": "angular-stackables",
"version": "0.0.9",
"version": "0.0.10",
"description": "AngularJS stackable widgets built on HTML5 dialog.",

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

{
"name": "angular-stackables",
"version": "0.0.9",
"version": "0.0.10",
"dependencies": {}
}

@@ -145,3 +145,3 @@ /*!

placement: '@?stackablePlacement',
enableEscape: '=?stackableEnableEscape',
disableEscape: '=?stackableDisableEscape',
disableBlurClose: '=?stackableDisableBlurClose'

@@ -217,3 +217,3 @@ },

function closeOnEscape(e) {
if(scope.enableEscape && e.keyCode === 27) {
if(!scope.disableEscape && e.keyCode === 27) {
e.stopPropagation();

@@ -220,0 +220,0 @@ scope.state.show = false;

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