New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.9 to 1.1.0

2

dist/v-range-component.esm.js

@@ -365,3 +365,3 @@ //

"div",
{ key: "i" + key, staticClass: "c-rangeSlider__handleInput" },
{ key: "i" + key, class: "c-rangeSlider__handleInput--" + key },
[

@@ -368,0 +368,0 @@ _c("input", {

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

"div",
{ key: "i" + key, staticClass: "c-rangeSlider__handleInput" },
{ key: "i" + key, class: "c-rangeSlider__handleInput--" + key },
[

@@ -371,0 +371,0 @@ _c("input", {

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

"div",
{ key: "i" + key, staticClass: "c-rangeSlider__handleInput" },
{ key: "i" + key, class: "c-rangeSlider__handleInput--" + key },
[

@@ -374,0 +374,0 @@ _c("input", {

{
"name": "v-range-component",
"version": "1.0.9",
"version": "1.1.0",
"description": "Vue Range Slider component",

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

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