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

@m0ksem/vue-custom-scrollbar

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@m0ksem/vue-custom-scrollbar - npm Package Compare versions

Comparing version 0.0.1-alpha2 to 0.0.1-alpha3

dist/hooks/useDocument.d.ts

21

package.json
{
"name": "@m0ksem/vue-custom-scrollbar",
"version": "0.0.1-alpha2",
"main": "./dist/vue-custom-scrollbar.umd.js",
"module": "./dist/vue-custom-scrollbar.es.js",
"version": "0.0.1-alpha3",
"main": "./dist/vue-custom-scrollbar.js",
"module": "./dist/vue-custom-scrollbar.mjs",
"types": "./dist/vue-custom-scrollbar.d.ts",

@@ -15,4 +15,5 @@ "scripts": {

},
"peerDependencies": {
"vue": "^3.2.0"
"dependencies": {
"@vueuse/core": "^8.1.2",
"vue": "3.2.31"
},

@@ -22,3 +23,2 @@ "devDependencies": {

"@vitejs/plugin-vue": "^2.2.0",
"@vueuse/core": "^8.1.2",
"lodash": "^4.17.21",

@@ -30,3 +30,12 @@ "sass": "^1.49.9",

"vue-tsc": "^0.29.8"
},
"sideEffects": false,
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/vue-custom-scrollbar.mjs"
}
}
}
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