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

mateu-ui

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mateu-ui - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

2

package.json
{
"name": "mateu-ui",
"private": false,
"version": "1.0.25",
"version": "1.0.26",
"type": "module",

@@ -6,0 +6,0 @@ "main": "dist/assets/index.js",

import UI from "./dtos/UI";
import { AxiosResponse } from "axios";
import JourneyType from "./dtos/JourneyType";

@@ -10,2 +11,6 @@ import Journey from "./dtos/Journey";

wrap<T>(call: Promise<T>): Promise<T>;
getMax2(uri: string): Promise<AxiosResponse>;
get(uri: string): Promise<AxiosResponse>;
post(uri: string, data: unknown): Promise<void>;
abortAll(): Promise<void>;
fetchUi(uiId: string): Promise<UI>;

@@ -17,4 +22,4 @@ fetchJourneyTypes(): Promise<JourneyType[]>;

runStepAction(journeyType: string, journeyId: string, stepId: string, actionId: string, data: unknown): Promise<void>;
fetchRows(abortController: AbortController, journeyType: string, journeyId: string, stepId: string, listId: string, page: number, pageSize: number, sortOrders: string, filters: string): Promise<any[]>;
fetchRows(journeyType: string, journeyId: string, stepId: string, listId: string, page: number, pageSize: number, sortOrders: string, filters: string): Promise<any[]>;
fetchCount(journeyType: string, journeyId: string, stepId: string, listId: string, filters: string): Promise<number>;
}

@@ -24,3 +24,2 @@ import { LitElement } from "lit";

private mapToMenuBarItem;
selectJourney(event: Event): void;
itemSelected(event: MenuBarItemSelectedEvent): void;

@@ -27,0 +26,0 @@ login(): void;

@@ -41,4 +41,2 @@ import { LitElement, PropertyValues, TemplateResult } from 'lit';

confirmationTexts: ConfirmationTexts | undefined;
fetchRowsAbortController0: AbortController;
fetchRowsAbortController1: AbortController;
dataProvider: GridDataProvider<any>;

@@ -45,0 +43,0 @@ updated(changedProperties: Map<string, unknown>): Promise<void>;

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

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