Skip to content

Commit 51dbd6b

Browse files
author
Sander Toonen
committed
Add deprecation notice
1 parent 32b5bbe commit 51dbd6b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Expression Evaluator
33

44
[![npm](https://img.shields.io/npm/v/@pro-fa/expr-eval.svg?maxAge=3600)](https://www.npmjs.com/package/@pro-fa/expr-eval)
55

6+
> [!WARNING]
7+
> # ⚠️ This repository is DEPRECATED and no longer maintained ⚠️
8+
>
9+
> **This project has a successor: [Pro-Fa/expreszo-typescript](https://github.com/Pro-Fa/expreszo-typescript)**
10+
>
11+
> The successor is **safer** and **faster**, with a modernized architecture and improved security guarantees. All users are strongly encouraged to migrate.
12+
>
13+
> 👉 **Please switch to [expreszo-typescript](https://github.com/Pro-Fa/expreszo-typescript) for ongoing updates, bug fixes, and security patches.**
14+
615
## Description
716

817
A versatile expression evaluation library that goes beyond mathematical expressions. It parses and evaluates expressions that can manipulate strings, objects, and arrays, providing a safer alternative to JavaScript's `eval` function.

0 commit comments

Comments
 (0)