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

@thisway/next

Package Overview
Dependencies
Maintainers
0
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisway/next - npm Package Compare versions

Comparing version 0.13.1 to 0.14.0-beta.0

4

lib/thisway.d.ts

@@ -1,2 +0,2 @@

import type { ComponentSlots, IStepsStore, ITourDelegate, Step, StepInit, ThisOptions, TourOptions } from '@thisway/base';
import { type ComponentSlots, type IStepsStore, type ITourDelegate, NoElement, type Step, type StepInit, type ThisOptions, type TourOptions } from '@thisway/base';
import type { ComponentType } from 'svelte';

@@ -9,3 +9,3 @@ import { type Readable } from 'svelte/store';

getTotalCount(stepsStore: IStepsStore<T>): Readable<number>;
waitForElement(step: T): Promise<Element | null | undefined>;
waitForElement(step: T): Readable<Element | NoElement | null | undefined>;
getComponent(slot: ComponentSlots, _step: T, _options: Options): ComponentType;

@@ -12,0 +12,0 @@ }

{
"name": "@thisway/next",
"version": "0.13.1",
"version": "0.14.0-beta.0",
"type": "module",
"sideEffects": false,
"dependencies": {
"@thisway/base": "^0.11.0",
"@thisway/utils": "^0.6.2",
"@thisway/base": "0.12.0-beta.0",
"@thisway/utils": "0.7.0-beta.0",
"svelte": "^4.2.1"

@@ -10,0 +10,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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