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

@shopware-pwa/helpers-next

Package Overview
Dependencies
Maintainers
2
Versions
620
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-pwa/helpers-next - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

16

dist/index.d.ts

@@ -20,3 +20,3 @@ import { Product, LineItem, OrderLineItem, CalculatedPrice, Category, CmsBlock, CmsSection, CmsSlot, CmsPageResponse, LandingPage, SearchCriteria, Aggregations, ListingFilter } from '@shopware-pwa/types';

*/
declare type UiMediaGalleryItemUrl = {
type UiMediaGalleryItemUrl = {
url: string;

@@ -27,3 +27,3 @@ };

*/
declare type UiMediaGalleryItem = {
type UiMediaGalleryItem = {
icon: UiMediaGalleryItemUrl;

@@ -36,3 +36,3 @@ mobile: UiMediaGalleryItemUrl;

*/
declare type UiProductOption = {
type UiProductOption = {
label: string;

@@ -46,3 +46,3 @@ value: string;

*/
declare type UiProductProperty = {
type UiProductProperty = {
name: string;

@@ -54,3 +54,3 @@ value: string | null;

*/
declare type UiProductReview = {
type UiProductReview = {
id: string;

@@ -100,3 +100,3 @@ author: string;

*/
declare type TierPrice = {
type TierPrice = {
label: string;

@@ -209,3 +209,3 @@ quantity: number;

*/
declare type LayoutConfiguration = {
type LayoutConfiguration = {
layoutStyles: {

@@ -266,3 +266,3 @@ backgroundColor: string | null;

declare type Options = {
type Options = {
direction?: "ltr" | "rtl";

@@ -269,0 +269,0 @@ removeDecimals?: boolean;

{
"name": "@shopware-pwa/helpers-next",
"version": "0.1.20",
"version": "0.1.21",
"module": "./dist/index.mjs",

@@ -14,8 +14,8 @@ "types": "./dist/index.d.ts",

"devDependencies": {
"@vitest/coverage-c8": "^0.23.4",
"@vitest/coverage-c8": "^0.25.2",
"eslint-config-shopware": "0.0.0",
"jsdom": "^20.0.1",
"jsdom": "^20.0.3",
"query-string": "^7.1.1",
"tsconfig": "0.0.0",
"vitest": "^0.23.4"
"vitest": "^0.25.2"
},

@@ -22,0 +22,0 @@ "dependencies": {

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