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.1.2 to 1.1.3

2

dist/v-range-component.esm.js

@@ -51,2 +51,3 @@ //

//
//

@@ -383,2 +384,3 @@ var script = {

type: "number",
step: _vm.step,
min: key - 1 < !0 ? _vm.params.values[key - 1] : _vm.range[0],

@@ -385,0 +387,0 @@ max:

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

//
//

@@ -386,2 +387,3 @@ var script = {

type: "number",
step: _vm.step,
min: key - 1 < !0 ? _vm.params.values[key - 1] : _vm.range[0],

@@ -388,0 +390,0 @@ max:

@@ -57,2 +57,3 @@ (function (global, factory) {

//
//

@@ -389,2 +390,3 @@ var script = {

type: "number",
step: _vm.step,
min: key - 1 < !0 ? _vm.params.values[key - 1] : _vm.range[0],

@@ -391,0 +393,0 @@ max:

2

package.json
{
"name": "v-range-component",
"version": "1.1.2",
"version": "1.1.3",
"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