Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
69
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

49

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

@@ -19,17 +19,10 @@ "license": "Apache-2.0",

"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"src": "./src",
"test": "./test"
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"scripts": {},
"homepage": "https://stdlib.io",

@@ -44,31 +37,11 @@ "repository": {

"dependencies": {
"@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"
"@stdlib/array-float64": "^0.2.1",
"@stdlib/array-uint32": "^0.2.1",
"@stdlib/assert-is-little-endian": "^0.2.1",
"@stdlib/os-byte-order": "^0.2.1",
"@stdlib/os-float-word-order": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/utils-library-manifest": "^0.2.1"
},
"devDependencies": {
"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/assert-is-array": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@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.1",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/string-left-pad": "^0.1.1",
"@stdlib/string-repeat": "^0.1.0",
"@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",
"@stdlib/bench-harness": "^0.1.2",
"@stdlib/bench": "^0.3.1"
},
"devDependencies": {},
"engines": {

@@ -75,0 +48,0 @@ "node": ">=0.10.0",

@@ -303,4 +303,4 @@ <!--

[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
[test-image]: https://github.com/stdlib-js/number-float64-base-to-words/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/number-float64-base-to-words/actions/workflows/test.yml?query=branch:v0.2.1

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc