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

@thisway/base

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisway/base - npm Package Compare versions

Comparing version 0.4.4 to 0.5.0

7

index.js

@@ -29,3 +29,3 @@ const n = "mode-1", s = "mode-2", e = "mode-3", t = ["LEFT", "RIGHT"], O = ["TOP", "BOTTOM"], T = [...t, ...O], _ = [...T, "OVER", "SCREEN"], E = "AUTO", R = {

y: 0
}, B = "close", Y = "next", F = "none", l = "popover";
}, B = "close", F = "next", Y = "none", l = "popover", h = [1, 0, 0, 1, 0, 0];
export {

@@ -35,4 +35,4 @@ N as ALIGNMENTS,

B as CLICK_MASK_ACTION_CLOSE,
Y as CLICK_MASK_ACTION_NEXT,
F as CLICK_MASK_ACTION_NONE,
F as CLICK_MASK_ACTION_NEXT,
Y as CLICK_MASK_ACTION_NONE,
l as COMPONENT_SLOT_POPOVER,

@@ -43,2 +43,3 @@ d as EMPTY_POINT,

e as LAYOUT_MODE_3,
h as NOOP_TRANSFORM,
a as NO_ELEMENT,

@@ -45,0 +46,0 @@ _ as ORIENTATIONS,

@@ -134,2 +134,4 @@ import type { ComponentType } from 'svelte';

}
export type Transform = [number, number, number, number, number, number];
export declare const NOOP_TRANSFORM: Transform;
export interface ITourDelegate<T extends Step = Step> extends ITourHooks<T> {

@@ -142,2 +144,3 @@ window?: (Window & typeof globalThis) | null | undefined;

container?: HTMLElement | null | undefined;
transform$?: Readable<Transform>;
getPopoverComponent(step: T, options: TourOptions): ComponentType;

@@ -144,0 +147,0 @@ getTotalCount(stepsStore: IStepsStore<T>): Readable<number>;

{
"name": "@thisway/base",
"version": "0.4.4",
"version": "0.5.0",
"type": "module",

@@ -5,0 +5,0 @@ "dependencies": {},

Sorry, the diff of this file is not supported yet

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