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
0
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.14.0 to 0.15.0-beta.0

2

index.js

@@ -86,2 +86,3 @@ var __defProp = Object.defineProperty;

const COMPONENT_SLOT_HIGHLIGHT = "highlight";
const COMPONENT_SLOT_MASK = "mask";
export {

@@ -94,2 +95,3 @@ ALIGNMENTS,

COMPONENT_SLOT_HIGHLIGHT,
COMPONENT_SLOT_MASK,
COMPONENT_SLOT_POPOVER,

@@ -96,0 +98,0 @@ EMPTY_POINT,

3

lib/types.d.ts

@@ -129,3 +129,4 @@ import { ScrollOffset, Size, Transform } from '@thisway/utils';

export declare const COMPONENT_SLOT_HIGHLIGHT: "highlight";
export type ComponentSlots = typeof COMPONENT_SLOT_POPOVER | typeof COMPONENT_SLOT_HIGHLIGHT;
export declare const COMPONENT_SLOT_MASK: "mask";
export type ComponentSlots = typeof COMPONENT_SLOT_POPOVER | typeof COMPONENT_SLOT_HIGHLIGHT | typeof COMPONENT_SLOT_MASK;
export interface ITourHooks<T extends Step = Step> {

@@ -132,0 +133,0 @@ beforeStepChange?(nextStepId: StepIdType, currentStepId: MaybeStepId, abortController: AbortController): Promise<void>;

{
"name": "@thisway/base",
"version": "0.14.0",
"version": "0.15.0-beta.0",
"type": "module",

@@ -5,0 +5,0 @@ "sideEffects": false,

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