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

@eox/itemfilter

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eox/itemfilter - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

package.json
{
"name": "@eox/itemfilter",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",

@@ -5,0 +5,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ import { EOxItemFilter } from "../src/main";

titleProperty: "title",
filterProperties: ["themes"],
filterProperties: [{ key: "themes" }],
aggregateResults: "themes",

@@ -74,3 +74,3 @@ enableSearch: true,

titleProperty: "title",
filterProperties: ["themes"],
filterProperties: [{ key: "themes" }],
aggregateResults: "themes",

@@ -114,3 +114,3 @@ enableSearch: false,

titleProperty: "title",
filterProperties: ["themes"],
filterProperties: [{ key: "themes" }],
aggregateResults: "themes",

@@ -117,0 +117,0 @@ enableSearch: false,

@@ -14,4 +14,7 @@ import { EOxItemFilter } from "../src/main";

titleProperty: "title",
filterProperties: ["themes"],
// aggregateResults: "themes",
filterProperties: [
{ key: "themes", title: "Theme", exclusive: true },
{ key: "code" },
],
aggregateResults: "themes",
enableSearch: true,

@@ -21,3 +24,3 @@ enableHighlighting: true,

fuseConfig: {
keys: ["title", "description", "themes"],
keys: ["title", "description", "themes", "code"],
},

@@ -24,0 +27,0 @@ // onSelect: (item: any) => {

@@ -16,3 +16,3 @@ import { EOxItemFilter } from "../src/main";

titleProperty: "title",
filterProperties: ["themes", "code"],
filterProperties: [{ key: "themes" }, { key: "code" }],
enableSearch: true,

@@ -19,0 +19,0 @@ showResults: false,

@@ -14,3 +14,3 @@ import { EOxItemFilter } from "../src/main";

titleProperty: "title",
filterProperties: ["themes"],
filterProperties: [{ key: "themes" }],
aggregateResults: "themes",

@@ -17,0 +17,0 @@ enableSearch: true,

@@ -14,3 +14,3 @@ import { EOxItemFilter } from "../src/main";

titleProperty: "title",
filterProperties: ["themes", "code"],
filterProperties: [{ key: "themes" }, { key: "code" }],
enableSearch: true,

@@ -17,0 +17,0 @@ inlineMode: true,

Sorry, the diff of this file is too big to display

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