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.10 to 0.0.11

2

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

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

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

@@ -33,5 +33,7 @@ /*!

template: ' \
<dialog class="stackable" ng-class="{\'stackable-modal\': modal}" \
<dialog class="stackable stackable-fadein stackable-fadeout" \
ng-class="{\'stackable-modal\': modal}" \
ng-show="show"> \
<div ng-if="show || persist" class="stackable-content"> \
<div class="stackable-content stackable-fadein stackable-fadeout" \
ng-if="show || persist"> \
<div ng-transclude></div> \

@@ -38,0 +40,0 @@ </div> \

Sorry, the diff of this file is not supported yet

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