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

@thisway/base

Package Overview
Dependencies
Maintainers
0
Versions
25
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.12.0 to 0.13.0

10

index.js

@@ -0,1 +1,7 @@

var __defProp = Object.defineProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
return value;
};
const LAYOUT_MODE_1 = "mode-1";

@@ -62,2 +68,6 @@ const LAYOUT_MODE_2 = "mode-2";

class NoElement {
constructor() {
// @ts-expect-error phantom data
__publicField(this, "phantomData");
}
}

@@ -64,0 +74,0 @@ const NO_ELEMENT = new NoElement();

4

lib/types.d.ts
import type { ScrollOffset, Size, Transform } from '@thisway/utils';
import type { ComponentType } from 'svelte';
import type { Component } from 'svelte';
import type { Readable, Writable } from 'svelte/store';

@@ -151,3 +151,3 @@ import type { LayoutMode } from './layout';

getTotalCount(stepsStore: IStepsStore<T>): Readable<number>;
getComponent(slot: ComponentSlots, step: T, options: TourOptions): ComponentType;
getComponent(slot: ComponentSlots, step: T, options: TourOptions): Component;
}

@@ -154,0 +154,0 @@ export interface CommonPopoverOptions {

{
"name": "@thisway/base",
"version": "0.12.0",
"version": "0.13.0",
"type": "module",
"sideEffects": false,
"dependencies": {
"@thisway/utils": "^0.7.0",
"@thisway/utils": "^0.8.0",
"type-fest": "^4.7.0",
"svelte": "^4.2.1"
"svelte": "^5.17.3"
},

@@ -11,0 +11,0 @@ "main": "./index.cjs",

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