@stdlib/math-base-tools-evalpoly
Advanced tools
| # Security | ||
| > Policy for reporting security vulnerabilities. | ||
| See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security). |
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2023 The Stdlib Authors. | ||
| Copyright (c) 2016-2024 The Stdlib Authors. |
+9
-8
| { | ||
| "name": "@stdlib/math-base-tools-evalpoly", | ||
| "version": "0.1.1", | ||
| "version": "0.2.0", | ||
| "description": "Evaluate a polynomial.", | ||
@@ -40,15 +40,16 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/function-ctor": "^0.1.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1" | ||
| "@stdlib/function-ctor": "^0.2.0", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/array-float64": "^0.1.0", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/math-base-assert-is-nan": "^0.1.0", | ||
| "@stdlib/array-float64": "^0.1.1", | ||
| "@stdlib/math-base-assert-is-nan": "^0.1.1", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/math-base-special-round": "^0.1.0", | ||
| "@stdlib/math-base-special-round": "^0.1.1", | ||
| "@stdlib/random-base-randu": "^0.1.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
| "istanbul": "^0.4.1", | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git" | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
| "@stdlib/bench-harness": "^0.1.2", | ||
| "@stdlib/bench": "^0.3.1" | ||
| }, | ||
@@ -55,0 +56,0 @@ "engines": { |
+6
-3
@@ -202,3 +202,3 @@ <!-- | ||
| Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
@@ -216,4 +216,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml?query=branch:v0.1.1 | ||
| [test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml?query=branch:v0.2.0 | ||
@@ -241,4 +241,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-evalpoly/main.svg | ||
| [deno-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/tree/deno | ||
| [deno-readme]: https://github.com/stdlib-js/math-base-tools-evalpoly/blob/deno/README.md | ||
| [umd-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/tree/umd | ||
| [umd-readme]: https://github.com/stdlib-js/math-base-tools-evalpoly/blob/umd/README.md | ||
| [esm-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/tree/esm | ||
| [esm-readme]: https://github.com/stdlib-js/math-base-tools-evalpoly/blob/esm/README.md | ||
| [branches-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/blob/main/branches.md | ||
@@ -245,0 +248,0 @@ |
Sorry, the diff of this file is not supported yet
261
1.16%46447
-0.25%10
11.11%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated