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

@heseya/advanced-ui-modules-sdk

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heseya/advanced-ui-modules-sdk - npm Package Compare versions

Comparing version 1.0.0-dev.73 to 1.0.0-dev.74

2

dist/index.js

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

// Advanced UI Modules SDK v1.0.0-dev.73 Copyright (c) 2024 Heseya and contributors
// Advanced UI Modules SDK v1.0.0-dev.74 Copyright (c) 2024 Heseya and contributors
import { stringifyQueryParams } from '@heseya/store-core';

@@ -3,0 +3,0 @@ import { __awaiter } from 'tslib';

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

// Advanced UI Modules SDK v1.0.0-dev.73 Copyright (c) 2024 Heseya and contributors
// Advanced UI Modules SDK v1.0.0-dev.74 Copyright (c) 2024 Heseya and contributors
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@heseya/store-core'), require('tslib')) :

@@ -8,2 +8,3 @@ import { GenericModule, ModuleType, Translations, ModuleData } from '../interfaces/';

export interface CategorySliderModuleConfigOptions {
isFullWidth: boolean;
categoryId: string;

@@ -10,0 +11,0 @@ variant: CategorySlideVariant;

@@ -15,2 +15,3 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/';

icon: Media;
order?: number;
}

@@ -17,0 +18,0 @@ export interface ContactModuleStayWithUs extends Pick<ContactModuleLocalization, 'id' | 'label' | 'icon'> {

@@ -23,2 +23,3 @@ import { GenericModule, ModuleType, TextPosition, Media, ModuleData } from '../interfaces/';

export interface LinksModuleContentData {
id?: string;
translations: LinksModuleTranslation;

@@ -25,0 +26,0 @@ links: Link[];

@@ -11,2 +11,3 @@ import { ModuleUpdateData } from './Module';

export type OurBrandsModuleItem = {
id?: string;
order: number;

@@ -13,0 +14,0 @@ image: Media;

@@ -11,2 +11,3 @@ import { GenericModule, Media, ModuleData, ModuleType, Translations } from '../interfaces/';

export interface PackageContentContentItem {
id?: string;
order: number;

@@ -13,0 +14,0 @@ image: Media;

@@ -9,2 +9,3 @@ import { GenericModule, Media, ModuleData, ModuleType, Translations } from '../interfaces/';

export interface ProductGalleryModuleContentItem {
id?: string;
order: number;

@@ -11,0 +12,0 @@ title: Translations;

{
"name": "@heseya/advanced-ui-modules-sdk",
"version": "1.0.0-dev.73",
"version": "1.0.0-dev.74",
"author": {

@@ -5,0 +5,0 @@ "name": "Heseya"

Sorry, the diff of this file is not supported yet

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