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

angular-stackables

Package Overview
Dependencies
Maintainers
4
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 1.2.3 to 1.2.4

.eslintrc

6

CHANGELOG.md
# angular-stackables ChangeLog
## 1.2.4 - 2017-06-20
### Fixed
- Fix issue where scrollbars would not reappear after modal was closed. This
issue was introduced in v1.1.5.
## 1.2.3 - 2017-06-01

@@ -4,0 +10,0 @@

4

index.js

@@ -238,3 +238,5 @@ /*!

scope.$watch('show', function(value) {
scope.$watch(function() {
return typeof scope.show === 'function' ? scope.show() : scope.show;
}, function(value) {
if(value) {

@@ -241,0 +243,0 @@ if(!self.isOpen) {

{
"name": "angular-stackables",
"version": "1.2.3",
"version": "1.2.4",
"description": "angular-stackables",

@@ -5,0 +5,0 @@ "main": "index.js",

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