New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.2 to 0.2.3

test/config.cy.ts

7

package.json
{
"name": "@eox/itemfilter",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",

@@ -25,3 +25,6 @@ "devDependencies": {

"build": "tsc && vite build",
"watch": "tsc && vite build --watch"
"watch": "tsc && vite build --watch",
"format": "prettier --write .",
"lint": "eslint --ext .js,.ts .",
"lint:fix": "eslint --ext .js,.ts . --fix"
},

@@ -28,0 +31,0 @@ "dependencies": {

@@ -18,8 +18,9 @@ import { EOxItemFilter } from "../src/main";

enableHighlighting: true,
// showResults: false,
fuseConfig: {
keys: ["title", "description", "themes"],
},
onSelect: (item: any) => {
console.log(item);
},
// onSelect: (item: any) => {
// console.log(item);
// },
// matchAllWhenEmpty: true,

@@ -26,0 +27,0 @@ // exclusiveFilters: 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