expr-eval-next 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
# eval
|
|
1
|
+
# expr-eval
|
|
2
2
|
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
This package has been deprecated. Please use [a-calc](https://www.npmjs.com/package/a-calc) instead.
|
|
3
|
+
> This package is no longer maintained. Please use [a-calc](https://www.npmjs.com/package/a-calc) instead — a modern and actively maintained alternative for math expression evaluation and precision arithmetic.
|
|
6
4
|
|
|
7
5
|
## Migration
|
|
8
6
|
|
|
9
7
|
```bash
|
|
10
|
-
npm uninstall eval-expr
|
|
11
8
|
npm install a-calc
|
|
12
9
|
```
|
|
13
10
|
|