string-filters
Advanced tools
| /*! | ||
| * String Filters v0.3.5 | ||
| * String Filters v0.3.6 | ||
| * Homepage (https://github.com/tarkhov/js-string-filters) | ||
@@ -4,0 +4,0 @@ * Copyright 2026 Tarkhov |
| /*! | ||
| * String Filters v0.3.5 | ||
| * String Filters v0.3.6 | ||
| * Homepage (https://github.com/tarkhov/js-string-filters) | ||
@@ -4,0 +4,0 @@ * Copyright 2026 Tarkhov |
+2
-1
| { | ||
| "name": "string-filters", | ||
| "version": "0.3.5", | ||
| "version": "0.3.6", | ||
| "description": "Fast native javascript string filters library.", | ||
@@ -9,2 +9,3 @@ "type": "module", | ||
| ], | ||
| "types": "./dist/types/main.d.ts", | ||
| "main": "./dist/string-filters.umd.cjs", | ||
@@ -11,0 +12,0 @@ "module": "./dist/string-filters.js", |
+2
-2
@@ -44,6 +44,6 @@ # Javascript String Filters | ||
| [Download](https://github.com/tarkhov/js-string-filters/releases/download/v0.1.0/js-string-filters.zip) package and unpack it or use following commands: | ||
| [Download](https://github.com/tarkhov/js-string-filters/releases/download/v0.3.6/js-string-filters.zip) package and unpack it or use following commands: | ||
| ```bash | ||
| wget https://github.com/tarkhov/js-string-filters/releases/download/v0.1.0/js-string-filters.zip | ||
| wget https://github.com/tarkhov/js-string-filters/releases/download/v0.3.6/js-string-filters.zip | ||
| unzip js-string-filters.zip | ||
@@ -50,0 +50,0 @@ ``` |
11989
0.31%