diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 223c90f..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: [donmccurdy] diff --git a/.gitignore b/.gitignore index f06235c..dc3ed42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules dist + +.idea +.vscode diff --git a/README.md b/README.md index 51fc092..6f41eeb 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ JavaScript expression parsing and evaluation. -> ⚠️ **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. - -> ⚠️ **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). - Powered by [jsep](https://github.com/soney/jsep). ## Installation