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

angular-ui-slider

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ui-slider - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

4

bower.json

@@ -20,6 +20,6 @@ {

"dependencies": {
"angular": ">=1.0.0 <=1.5.3",
"jquery-ui": "~1.10.x",
"angular": ">=1.0.0 <=1.5.8",
"jquery-ui": "~1.12.x",
"jquery": ">= 1.9"
}
}
{
"name": "angular-ui-slider",
"version": "0.3.2",
"version": "0.4.0",
"description": "This directive allows you to add a slider to your form elements.",

@@ -5,0 +5,0 @@ "author": "https://github.com/angular-ui/ui-slider/graphs/contributors",

@@ -1,3 +0,4 @@

# ui-slider directive
# ui-slider [![npm version](https://badge.fury.io/js/angular-ui-slider.svg)](http://badge.fury.io/js/angular-ui-slider) [![Bower version](https://badge.fury.io/bo/angular-ui-slider.svg)](http://badge.fury.io/bo/angular-ui-slider) [![CDNJS](https://img.shields.io/cdnjs/v/angular-ui-slider.svg)](https://cdnjs.com/libraries/angular-ui-slider) [![Join the chat at https://gitter.im/angular-ui/ui-slider](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-ui/ui-slider?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Due to popular demand. This is WIP so expect breaking changes!

@@ -14,2 +15,1 @@

Check the [demo](https://htmlpreview.github.io/?https://github.com/angular-ui/ui-slider/master/demo/index.html) for an example on how it works.

@@ -178,4 +178,9 @@ /*

ngModel.$render();
$(elm).find('.ui-slider-tip').each(function(i, tipElm) {
$(tipElm).text(ngModel.$viewValue[i]);
});
} else {
$(elm).find('.ui-slider-tip').text(ngModel.$viewValue);
}
$(elm).find('.ui-slider-tip').text(ngModel.$viewValue);
}, true);

@@ -182,0 +187,0 @@

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