Socket
Socket
Sign inDemoInstall

availity-angular

Package Overview
Dependencies
25
Maintainers
7
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.1 to 2.7.2

dist/js/availity-angular.min.js.map

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="2.7.2"></a>
## [2.7.2](https://github.com/Availity/availity-angular/compare/v2.7.1...v2.7.2) (2018-11-21)
### Bug Fixes
* **dropdowns:** Fix dropdown collection watcher ([5b92435](https://github.com/Availity/availity-angular/commit/5b92435))
<a name="2.7.1"></a>

@@ -2,0 +12,0 @@ ## [2.7.1](https://github.com/Availity/availity-angular/compare/v2.7.0...v2.7.1) (2018-11-02)

4

dist/js/vendor.js
/*!
*
* availity-angular v2.7.1 (11/02/2018)
* availity-angular v2.7.2 (11/21/2018)
* (c) Availity, LLC

@@ -8,3 +8,3 @@ */

*
* availity-angular v2.7.1 (11/02/2018)
* availity-angular v2.7.2 (11/21/2018)
* (c) Availity, LLC

@@ -11,0 +11,0 @@ */

@@ -295,2 +295,3 @@ 'use strict';

value: function ngOptions() {
var _this4 = this;

@@ -339,9 +340,8 @@ this.match = this.av.$attrs.ngOptions.match(this.av.avDropdownConfig.NG_OPTIONS_REGEXP);

this.av.$scope.$watchCollection(this.collection, function (newVal, oldVal) {
this.av.$scope.$watchCollection(this.match[8], function (newVal, oldVal) {
if (_angular2.default.equals(newVal, oldVal)) {
return;
}
self.setValue();
_this4.collection = _this4.valuesFn(_this4.av.$scope);
_this4.setValue();
}, true);

@@ -348,0 +348,0 @@ }

{
"name": "availity-angular",
"description": "Availity Angular SDK",
"version": "2.7.1",
"version": "2.7.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc