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

string-filters

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-filters - npm Package Compare versions

Comparing version
0.3.5
to
0.3.6
+1
-1
dist/string-filters.js
/*!
* 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

{
"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",

@@ -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 @@ ```