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

v-range-component

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-range-component - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

dist/v-range-component.esm.js

@@ -102,3 +102,3 @@ //

default: function () { return false; },
},
}
},

@@ -235,3 +235,3 @@ computed: {

this.timer = setTimeout(function () {
this$1.$emit("change", Object.values(this$1.params.values));
this$1.$emit("change", Object.values(this$1.params.inputValue));
}, this.lazy);

@@ -238,0 +238,0 @@ },

@@ -105,3 +105,3 @@ var VRangeComponent = (function (exports) {

default: function () { return false; },
},
}
},

@@ -238,3 +238,3 @@ computed: {

this.timer = setTimeout(function () {
this$1.$emit("change", Object.values(this$1.params.values));
this$1.$emit("change", Object.values(this$1.params.inputValue));
}, this.lazy);

@@ -241,0 +241,0 @@ },

@@ -108,3 +108,3 @@ (function (global, factory) {

default: function () { return false; },
},
}
},

@@ -241,3 +241,3 @@ computed: {

this.timer = setTimeout(function () {
this$1.$emit("change", Object.values(this$1.params.values));
this$1.$emit("change", Object.values(this$1.params.inputValue));
}, this.lazy);

@@ -244,0 +244,0 @@ },

{
"name": "v-range-component",
"version": "1.1.1",
"version": "1.1.2",
"description": "Vue Range Slider component",

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

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