Socket
Socket
Sign inDemoInstall

vue2-scrollbar

Package Overview
Dependencies
13
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

4

dist/vue2-scrollbar.js

@@ -5,3 +5,3 @@ /*!

* ,
* ,Vue 2 Scrollbar @ Version 0.0.1,
* ,Vue 2 Scrollbar @ Version 0.0.2,
*

@@ -711,2 +711,3 @@ */

e.preventDefault();
e.stopPropagation();
}

@@ -733,2 +734,3 @@ },

e.preventDefault();
e.stopPropagation();

@@ -735,0 +737,0 @@ // Prevent Click Event When it dragging

{
"name": "vue2-scrollbar",
"version": "0.0.2",
"version": "0.0.3",
"description": "The Simplest Scroll Area Component with custom scrollbar for Vue 2",

@@ -10,3 +10,4 @@ "main": "./dist/vue2-scrollbar.js",

"build:prod": "cross-env NODE_ENV=production webpack --config ./webpack/webpack-bundle.config.js -p",
"build:dist": "cross-env NODE_ENV=development webpack --config ./webpack/webpack-bundle.config.js"
"build:dist": "cross-env NODE_ENV=development webpack --config ./webpack/webpack-bundle.config.js",
"bundle": "npm run build && npm run build:prod && npm run build:dist"
},

@@ -13,0 +14,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc