🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@stll/text-search

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stll/text-search - npm Package Compare versions

Comparing version
1.0.0-rc.1
to
1.0.0
+1
-5
LICENSE
MIT License
Copyright (c) 2026 stella labs, s.r.o., a limited liability company
established under the laws of the Czech Republic, with its registered
office at Nad Porubkou 2355, Poruba, 708 00 Ostrava, Czech Republic,
Company ID (IČO): 24632872, registered in the Commercial Register
maintained by the Regional Court in Ostrava, Section C, File No. 103233.
Copyright (c) 2026 stella labs, s.r.o.

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

+4
-4
{
"name": "@stll/text-search",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "Multi-engine text search orchestrator for Node.js and Bun. Routes literals, regex, and fuzzy patterns to the right engine automatically.",

@@ -53,5 +53,5 @@ "keywords": [

"dependencies": {
"@stll/aho-corasick": "^1.0.0-rc.1",
"@stll/fuzzy-search": "^1.0.0-rc.1",
"@stll/regex-set": "^1.0.0-rc.3"
"@stll/aho-corasick": "^1.0.0",
"@stll/fuzzy-search": "^1.0.0",
"@stll/regex-set": "^1.0.0"
},

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