Huge News!Announcing our $40M Series B led by Abstract Ventures.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.22 to 0.0.23

2

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

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

{
"name": "angular-stackables",
"version": "0.0.22",
"version": "0.0.23",
"dependencies": {}
}

@@ -124,2 +124,9 @@ /*!

scope.$on('$destroy', function() {
// ensure dialog is closed
if(open) {
setTimeout(function() {
dialog.close();
});
open = false;
}
dialog.removeEventListener('cancel', cancelListener);

@@ -126,0 +133,0 @@ dialog.removeEventListener('close', closeListener);

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