Socket
Socket
Sign inDemoInstall

@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.11 to 0.1.12

LICENSE

12

dist/index.d.ts

@@ -1643,7 +1643,2 @@ type CalculatedTax$1 = {

type ProductOption = {
group: string;
option: string;
};
/**

@@ -1657,2 +1652,3 @@ * @public

calculatedPrice: CalculatedPrice;
configuratorSettings: ProductConfiguratorSetting[] | null;
sortedProperties: PropertyGroup[] | null;

@@ -1714,3 +1710,3 @@ isNew: boolean;

properties: PropertyGroupOption[] | null;
options: ProductOption[];
options: PropertyGroupOption[];
categoriesRo: Category[] | null;

@@ -1825,2 +1821,3 @@ coverId: string | null;

| "text"
| "buy-box"
| typeof String;

@@ -1840,3 +1837,3 @@

*/
type CmsSlot = {
type OldSlot = {
type: CmsSlotType;

@@ -1861,2 +1858,3 @@ customFields: CustomField[] | null;

};
type CmsSlot = Omit<OldSlot, "data" | "config">;

@@ -1863,0 +1861,0 @@ /**

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

@@ -15,2 +15,11 @@ "types": "./dist/index.d.ts",

},
"devDependencies": {
"@shopware-pwa/types": "0.1.12",
"eslint-config-shopware": "0.0.0",
"jsdom": "^20.0.0",
"query-string": "^7.1.1",
"tsconfig": "0.0.0",
"vitest": "^0.16.0"
},
"dependencies": {},
"scripts": {

@@ -21,12 +30,3 @@ "build": "unbuild",

"test": "vitest run"
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"eslint-config-shopware": "workspace:*",
"jsdom": "^20.0.0",
"query-string": "^7.1.1",
"tsconfig": "workspace:*",
"vitest": "^0.16.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