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.5 to 0.1.6

17

dist/index.d.ts

@@ -2066,11 +2066,10 @@ type CalculatedTax$1 = {

*/
enum SearchFilterType {
EQUALS = "equals",
CONTAINS = "contains",
EQUALS_ANY = "equalsAny",
NOT = "not",
MULTI = "multi",
RANGE = "range",
MAX = "max",
}
type SearchFilterType =
| "equals"
| "contains"
| "equalsAny"
| "not"
| "multi"
| "range"
| "max";

@@ -2077,0 +2076,0 @@ /**

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

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

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