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

vue-slider-component

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-slider-component - npm Package Compare versions

Comparing version 3.0.27 to 3.0.28

7

CHANGELOG.md
# CHANGELOG
## v3.0.27
> `2019-04-16`
### 🐞 Bug Fixes
- Fix `MouseEvent` is not available in `cypress`. [#345](https://github.com/NightCatSama/vue-slider-component/issues/345)
## v3.0.26

@@ -4,0 +11,0 @@

7

lib/typings/global.d.ts

@@ -10,3 +10,8 @@ import Vue, { VNode } from 'vue'

interface IntrinsicElements {
[elem: string]: any
'vue-slider-dot': any
'vue-slider-mark': any
div: any
span: any
input: any
template: any
}

@@ -13,0 +18,0 @@ }

2

package.json
{
"name": "vue-slider-component",
"version": "3.0.27",
"version": "3.0.28",
"description": "A highly customized slider component",

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

@@ -10,3 +10,8 @@ import Vue, { VNode } from 'vue'

interface IntrinsicElements {
[elem: string]: any
'vue-slider-dot': any
'vue-slider-mark': any
div: any
span: any
input: any
template: any
}

@@ -13,0 +18,0 @@ }

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