Skip to content

Commit 5b96459

Browse files
committed
feat: improve README
1 parent 3ee4106 commit 5b96459

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
node_modules
22
dist
3+
4+
.idea
5+
.vscode

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
JavaScript expression parsing and evaluation.
99

10-
> ⚠️ **UNMAINTAINED:** The `expression-eval` npm package is no longer maintained. The package was originally published as part of a now-completed personal project, and I do not have incentives to continue maintenance. Please feel free to use the code, but be aware that support and updates will not be available.
11-
12-
> ⚠️ **SECURITY NOTICE:** As mentioned under [Security](#security) below, this library does not attempt to provide a secure sandbox for evaluation. Evaluation involving user inputs (expressions or values) may lead to unsafe behavior. If your project requires a secure sandbox, consider alternatives such as [vm2](https://www.npmjs.com/package/vm2).
13-
1410
Powered by [jsep](https://github.com/soney/jsep).
1511

1612
## Installation

0 commit comments

Comments
 (0)