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

@thisway/base

Package Overview
Dependencies
Maintainers
2
Versions
30
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.2.2 to 0.4.4

6

lib/types.d.ts

@@ -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 @@ /**

2

package.json
{
"name": "@thisway/base",
"version": "0.2.2",
"version": "0.4.4",
"type": "module",

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

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