Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/use-tooltip

Package Overview
Dependencies
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/use-tooltip - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

62

package.json
{
"name": "@scalar/use-tooltip",
"description": "use tooltips with Vue",
"keywords": [
"vue",
"vue3",
"tootltips",
"composable"
],
"version": "0.4.2",
"version": "0.5.0",
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"repository": {
"type": "git",
"url": "https://github.com/scalar/scalar.git",
"directory": "packages/use-tooltip"
"bugs": "https://github.com/scalar/scalar/issues/new",
"dependencies": {
"tippy.js": "6.3.7"
},
"bugs": {
"url": "https://github.com/scalar/scalar/issues/new"
"devDependencies": {
"@vitejs/plugin-vue": "4.3.4",
"@vitest/coverage-v8": "0.34.4",
"tsc-alias": "1.8.8",
"vite": "4.4.9",
"vitest": "0.34.4",
"vue-tsc": "1.8.13"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
"import": "./dist/index.js"
},
"files": [
"dist"
],
"exports": {
"import": "./dist/index.js"
},
"dependencies": {
"tippy.js": "6.3.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.2.3",
"tsc-alias": "1.8.6",
"vite": "4.4.8",
"vitest": "0.34.1",
"@vitest/coverage-v8": "^0.34.4",
"vue-tsc": "1.8.8"
},
"homepage": "https://github.com/scalar/scalar",
"keywords": [
"composable",
"tootltips",
"vue",
"vue3"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"peerDependencies": {
"vue": "3.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/scalar/scalar.git",
"directory": "packages/use-tooltip"
},
"type": "module",
"scripts": {

@@ -49,0 +47,0 @@ "build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",

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