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.2.0 to 0.2.1

2

index.js

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

const n = "mode1", s = "mode2", e = "mode3", t = ["LEFT", "RIGHT"], O = ["TOP", "BOTTOM"], T = [...t, ...O], _ = [...T, "OVER", "SCREEN"], E = "AUTO", R = {
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 = {
LEFT: "start",

@@ -3,0 +3,0 @@ RIGHT: "end",

@@ -1,4 +0,4 @@

export declare const LAYOUT_MODE_1 = "mode1";
export declare const LAYOUT_MODE_2 = "mode2";
export declare const LAYOUT_MODE_3 = "mode3";
export declare const LAYOUT_MODE_1 = "mode-1";
export declare const LAYOUT_MODE_2 = "mode-2";
export declare const LAYOUT_MODE_3 = "mode-3";
export type LayoutMode = typeof LAYOUT_MODE_1 | typeof LAYOUT_MODE_2 | typeof LAYOUT_MODE_3;

@@ -25,3 +25,2 @@ import type { ComponentType } from 'svelte';

}
export type NextButtonStatus = 'START' | 'DONE' | 'NEXT';
export interface Rect extends Point {

@@ -49,2 +48,3 @@ width: number;

element: string;
onlyHighlightChildren?: boolean;
isHidden?: boolean;

@@ -51,0 +51,0 @@ anchor?: Point;

{
"name": "@thisway/base",
"version": "0.2.0",
"version": "0.2.1",
"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