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

@svelte-plugins/tooltips

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svelte-plugins/tooltips - npm Package Compare versions

Comparing version

to
0.1.1

6

package.json
{
"name": "@svelte-plugins/tooltips",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -30,6 +30,2 @@ "description": "A simple tooltip action and component designed for Svelte.",

],
"exports": {
"require": "./lib/index.js",
"import": "./src/index.js"
},
"scripts": {

@@ -36,0 +32,0 @@ "prepack": "husky install",

4

README.md

@@ -46,5 +46,5 @@ # @svelte-plugins/tooltips

| content | The string or object containing componentref and props | `string` | `object` component (default: ``) |
| showArrow | If `false`, the tooltip arrow will not be shown. | `boolean` (default: `true`) |
| arrow | If `false`, the tooltip arrow will not be shown. | `boolean` (default: `true`) |
| animation | The animation to apply to the tooltip | `string` (default: ``) |
| maxWidth | Size of the obstruction grid | `number` (default: `200`) |
| maxWidth | The max allowable width of the tooltip content | `number` (default: `200`) |
| position | The position where the tooltip should appear relative to its parent | `string` (default: `top`) |

@@ -51,0 +51,0 @@ | autoPosition | Adjust tooltip position if viewport clipping occurs | `string` (default: `false`) |