@stdlib/number-float64-base-to-float32
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -28,3 +28,3 @@ /* | ||
* @example | ||
* var float64ToFloat32 = require( `@stdlib/number/float64/base/to-float32` ); | ||
* var float64ToFloat32 = require( '@stdlib/number-float64-base-to-float32' ); | ||
* | ||
@@ -31,0 +31,0 @@ * var y = float64ToFloat32( 1.337 ); |
{ | ||
"name": "@stdlib/number-float64-base-to-float32", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Convert a double-precision floating-point number to the nearest single-precision floating-point number.", | ||
@@ -40,6 +40,5 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@stdlib/array-float32": "^0.1.1" | ||
"@stdlib/array-float32": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/bench": "^0.1.0", | ||
"@stdlib/constants-float64-ninf": "^0.1.1", | ||
@@ -53,3 +52,5 @@ "@stdlib/constants-float64-pinf": "^0.1.1", | ||
"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" | ||
}, | ||
@@ -56,0 +57,0 @@ "engines": { |
@@ -139,3 +139,3 @@ <!-- | ||
Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. | ||
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
@@ -153,4 +153,4 @@ </section> | ||
[test-image]: https://github.com/stdlib-js/number-float64-base-to-float32/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/number-float64-base-to-float32/actions/workflows/test.yml?query=branch:v0.1.1 | ||
[test-image]: https://github.com/stdlib-js/number-float64-base-to-float32/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
[test-url]: https://github.com/stdlib-js/number-float64-base-to-float32/actions/workflows/test.yml?query=branch:v0.2.0 | ||
@@ -178,4 +178,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-to-float32/main.svg | ||
[deno-url]: https://github.com/stdlib-js/number-float64-base-to-float32/tree/deno | ||
[deno-readme]: https://github.com/stdlib-js/number-float64-base-to-float32/blob/deno/README.md | ||
[umd-url]: https://github.com/stdlib-js/number-float64-base-to-float32/tree/umd | ||
[umd-readme]: https://github.com/stdlib-js/number-float64-base-to-float32/blob/umd/README.md | ||
[esm-url]: https://github.com/stdlib-js/number-float64-base-to-float32/tree/esm | ||
[esm-readme]: https://github.com/stdlib-js/number-float64-base-to-float32/blob/esm/README.md | ||
[branches-url]: https://github.com/stdlib-js/number-float64-base-to-float32/blob/main/branches.md | ||
@@ -182,0 +185,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
192
28354
11
+ Added@stdlib/array-float32@0.2.2(transitive)
+ Added@stdlib/assert-has-float32array-support@0.2.2(transitive)
+ Added@stdlib/assert-has-own-property@0.2.2(transitive)
+ Added@stdlib/assert-has-symbol-support@0.2.2(transitive)
+ Added@stdlib/assert-has-tostringtag-support@0.2.2(transitive)
+ Added@stdlib/assert-is-float32array@0.2.2(transitive)
+ Added@stdlib/constants-float64-pinf@0.2.2(transitive)
+ Added@stdlib/symbol-ctor@0.2.2(transitive)
+ Added@stdlib/utils-native-class@0.2.2(transitive)
- Removed@stdlib/array-float32@0.1.1(transitive)
- Removed@stdlib/assert-has-float32array-support@0.1.1(transitive)
- Removed@stdlib/assert-has-own-property@0.1.1(transitive)
- Removed@stdlib/assert-has-symbol-support@0.1.1(transitive)
- Removed@stdlib/assert-has-tostringtag-support@0.1.1(transitive)
- Removed@stdlib/assert-is-array@0.1.1(transitive)
- Removed@stdlib/assert-is-boolean@0.1.1(transitive)
- Removed@stdlib/assert-is-buffer@0.1.1(transitive)
- Removed@stdlib/assert-is-float32array@0.1.1(transitive)
- Removed@stdlib/assert-is-function@0.1.1(transitive)
- Removed@stdlib/assert-is-object@0.1.1(transitive)
- Removed@stdlib/assert-is-object-like@0.1.1(transitive)
- Removed@stdlib/assert-is-plain-object@0.1.1(transitive)
- Removed@stdlib/assert-is-regexp@0.1.1(transitive)
- Removed@stdlib/assert-is-string@0.1.1(transitive)
- Removed@stdlib/assert-tools-array-function@0.1.1(transitive)
- Removed@stdlib/boolean-ctor@0.1.1(transitive)
- Removed@stdlib/constants-float64-pinf@0.1.1(transitive)
- Removed@stdlib/error-tools-fmtprodmsg@0.1.1(transitive)
- Removed@stdlib/fs-exists@0.1.1(transitive)
- Removed@stdlib/fs-resolve-parent-path@0.1.1(transitive)
- Removed@stdlib/object-ctor@0.1.1(transitive)
- Removed@stdlib/process-cwd@0.1.1(transitive)
- Removed@stdlib/regexp-extended-length-path@0.1.1(transitive)
- Removed@stdlib/regexp-function-name@0.1.1(transitive)
- Removed@stdlib/string-base-format-interpolate@0.1.1(transitive)
- Removed@stdlib/string-base-format-tokenize@0.1.1(transitive)
- Removed@stdlib/string-base-lowercase@0.2.1(transitive)
- Removed@stdlib/string-base-replace@0.1.1(transitive)
- Removed@stdlib/string-format@0.1.1(transitive)
- Removed@stdlib/string-replace@0.1.1(transitive)
- Removed@stdlib/symbol-ctor@0.1.1(transitive)
- Removed@stdlib/types@0.1.0(transitive)
- Removed@stdlib/utils-constructor-name@0.1.1(transitive)
- Removed@stdlib/utils-convert-path@0.1.1(transitive)
- Removed@stdlib/utils-define-nonenumerable-read-only-property@0.1.1(transitive)
- Removed@stdlib/utils-define-property@0.1.1(transitive)
- Removed@stdlib/utils-escape-regexp-string@0.1.1(transitive)
- Removed@stdlib/utils-get-prototype-of@0.1.1(transitive)
- Removed@stdlib/utils-global@0.1.1(transitive)
- Removed@stdlib/utils-library-manifest@0.1.1(transitive)
- Removed@stdlib/utils-native-class@0.1.1(transitive)
- Removed@stdlib/utils-type-of@0.1.2(transitive)
- Removeddebug@2.6.9(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedms@2.0.0(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedresolve@1.22.8(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
Updated@stdlib/array-float32@^0.2.0