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
2
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.8 to 1.0.0-dev.9

2

dist/index.js

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

// Advanced UI Modules SDK v1.0.0-dev.8 Copyright (c) 2023 Heseya and contributors
// Advanced UI Modules SDK v1.0.0-dev.9 Copyright (c) 2023 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.8 Copyright (c) 2023 Heseya and contributors
// Advanced UI Modules SDK v1.0.0-dev.9 Copyright (c) 2023 Heseya and contributors
(function (global, factory) {

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

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

}
interface SpecAndColorTranslations {
[lang: string]: {
value: string;
};
}
export interface ProductDetailsModuleSpec {
label: string;
label: SpecAndColorTranslations;
icon?: Media;
}
export interface ProductDetailsModuleAvailableColors {
name: string;
name: SpecAndColorTranslations;
color: string;

@@ -30,1 +35,2 @@ }

export type ProductDetailsModuleDto = ModuleUpdateData<ProductDetailsModule>;
export {};

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

image: Media;
margin?: number;
}

@@ -11,0 +12,0 @@ export type ProductTopImageBannerModuleData = ModuleData<ProductTopImageModuleConfigOptions>;

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

@@ -36,3 +36,2 @@ "name": "Heseya"

"form-data": "^4.0.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",

@@ -60,3 +59,2 @@ "query-string": "^7.1.1",

"@types/koa__cors": "^3.0.2",
"@types/lodash": "^4.14.172",
"@types/md5": "^2.3.1",

@@ -63,0 +61,0 @@ "@typescript-eslint/eslint-plugin": "^5.36.1",

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