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

vue-gemini-scrollbar

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-gemini-scrollbar - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

package.json
{
"name": "vue-gemini-scrollbar",
"description": "Vue component for custom scrollbars with native scrolling",
"version": "1.4.0",
"version": "1.5.0",
"author": "lixin <lixin544@163.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -14,2 +14,2 @@ import GeminiScrollbar from './geminiScrollbar.vue'

module.exports = GeminiScrollbar
export default install

@@ -9,3 +9,6 @@ var path = require('path')

publicPath: '/dist/',
filename: 'vue-gemini-scrollbar.js'
filename: 'vue-gemini-scrollbar.js',
library: 'GeminiScrollbar',
libraryTarget: 'umd',
umdNamedDefine: true
},

@@ -12,0 +15,0 @@ module: {

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