You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@filtron/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filtron/core - npm Package Compare versions

Comparing version
1.3.1
to
1.3.2
+1
-1
LICENSE
MIT License
Copyright (c) 2025 Johan Bergström
Copyright (c) 2026 Johan Bergström

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@filtron/core",
"version": "1.3.1",
"version": "1.3.2",
"description": "Filtron parses human-friendly filter strings into structured queries you can use anywhere — SQL databases, in-memory arrays, or your own custom backend.",

@@ -52,8 +52,8 @@ "keywords": [

"devDependencies": {
"@filtron/benchmark": "workspace:*",
"@types/bun": "catalog:",
"typescript": "catalog:"
"@filtron/benchmark": "1.0.0",
"@types/bun": "1.3.5",
"typescript": "5.9.3"
},
"peerDependencies": {
"typescript": "catalog:"
"typescript": "5.9.3"
},

@@ -60,0 +60,0 @@ "peerDependenciesMeta": {