@thisway/base
Advanced tools
Comparing version 0.2.2 to 0.4.4
@@ -135,3 +135,3 @@ import type { ComponentType } from 'svelte'; | ||
export interface ITourDelegate<T extends Step = Step> extends ITourHooks<T> { | ||
window?: Window | null | undefined; | ||
window?: (Window & typeof globalThis) | null | undefined; | ||
/** | ||
@@ -146,2 +146,6 @@ * usage: | ||
export interface CommonPopoverOptions { | ||
/** | ||
* if hidden === true, popover will not be displayed | ||
*/ | ||
hidden?: boolean; | ||
position?: PopoverPosition | PopoverPositionParsed; | ||
@@ -148,0 +152,0 @@ /** |
{ | ||
"name": "@thisway/base", | ||
"version": "0.2.2", | ||
"version": "0.4.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13166
330
2