Socket
Socket
Sign inDemoInstall

@stdlib/number-float64-base-to-words

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/number-float64-base-to-words - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

SECURITY.md

2

docs/types/index.d.ts

@@ -51,3 +51,3 @@ /*

* @example
* var Uint32Array = require( `@stdlib/array/uint32` );
* var Uint32Array = require( '@stdlib/array-uint32' );
*

@@ -54,0 +54,0 @@ * var out = new Uint32Array( 2 );

{
"name": "@stdlib/number-float64-base-to-words",
"version": "0.1.1",
"version": "0.2.0",
"description": "Split a double-precision floating-point number into a higher order word and a lower order word.",

@@ -43,10 +43,10 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/array-float64": "^0.1.1",
"@stdlib/array-uint32": "^0.1.1",
"@stdlib/assert-is-little-endian": "^0.1.1",
"@stdlib/os-byte-order": "^0.1.1",
"@stdlib/os-float-word-order": "^0.1.1",
"@stdlib/types": "^0.1.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-library-manifest": "^0.1.1"
"@stdlib/array-float64": "^0.2.0",
"@stdlib/array-uint32": "^0.2.0",
"@stdlib/assert-is-little-endian": "^0.2.0",
"@stdlib/os-byte-order": "^0.2.0",
"@stdlib/os-float-word-order": "^0.2.0",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0"
},

@@ -56,17 +56,18 @@ "devDependencies": {

"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/math-base-assert-is-integer": "^0.1.0",
"@stdlib/math-base-special-floor": "^0.1.0",
"@stdlib/math-base-assert-is-integer": "^0.1.1",
"@stdlib/math-base-special-floor": "^0.1.1",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/number-float64-base-to-binary-string": "^0.1.0",
"@stdlib/number-float64-base-to-binary-string": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/string-left-pad": "^0.1.0",
"@stdlib/string-left-pad": "^0.1.1",
"@stdlib/string-repeat": "^0.1.0",
"@stdlib/utils-try-require": "^0.1.1",
"@stdlib/utils-try-require": "^0.2.0",
"proxyquire": "^2.0.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"
},

@@ -73,0 +74,0 @@ "engines": {

@@ -253,2 +253,9 @@ <!--

* * *
## See Also
- <span class="package-name">[`@stdlib/number-float64/base/from-words`][@stdlib/number/float64/base/from-words]</span><span class="delimiter">: </span><span class="description">create a double-precision floating-point number from a higher order word and a lower order word.</span>
- <span class="package-name">[`@stdlib/number-float32/base/to-word`][@stdlib/number/float32/base/to-word]</span><span class="delimiter">: </span><span class="description">return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.</span>
</section>

@@ -284,3 +291,3 @@

Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

@@ -298,4 +305,4 @@ </section>

[test-image]: https://github.com/stdlib-js/number-float64-base-to-words/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/number-float64-base-to-words/actions/workflows/test.yml?query=branch:v0.1.1
[test-image]: https://github.com/stdlib-js/number-float64-base-to-words/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/number-float64-base-to-words/actions/workflows/test.yml?query=branch:v0.2.0

@@ -323,4 +330,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-to-words/main.svg

[deno-url]: https://github.com/stdlib-js/number-float64-base-to-words/tree/deno
[deno-readme]: https://github.com/stdlib-js/number-float64-base-to-words/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/number-float64-base-to-words/tree/umd
[umd-readme]: https://github.com/stdlib-js/number-float64-base-to-words/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/number-float64-base-to-words/tree/esm
[esm-readme]: https://github.com/stdlib-js/number-float64-base-to-words/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/number-float64-base-to-words/blob/main/branches.md

@@ -332,4 +342,12 @@

<!-- <related-links> -->
[@stdlib/number/float64/base/from-words]: https://www.npmjs.com/package/@stdlib/number-float64-base-from-words
[@stdlib/number/float32/base/to-word]: https://www.npmjs.com/package/@stdlib/number-float32-base-to-word
<!-- </related-links> -->
</section>
<!-- /.links -->

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc