Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stdlib/number-float64-base-assert-is-same-value

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/number-float64-base-assert-is-same-value - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+7
-7
package.json
{
"name": "@stdlib/number-float64-base-assert-is-same-value",
"version": "0.1.0",
"version": "0.2.0",
"description": "Test if two double-precision floating-point numbers are the same value.",

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

"dependencies": {
"@stdlib/napi-argv": "^0.1.1",
"@stdlib/napi-argv-double": "^0.1.1",
"@stdlib/napi-export": "^0.1.1",
"@stdlib/utils-library-manifest": "^0.1.1"
"@stdlib/napi-argv": "^0.2.0",
"@stdlib/napi-argv-double": "^0.2.0",
"@stdlib/napi-export": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0"
},

@@ -52,3 +52,3 @@ "devDependencies": {

"@stdlib/boolean-ctor": "^0.1.1",
"@stdlib/utils-try-require": "^0.1.1",
"@stdlib/utils-try-require": "^0.2.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

@@ -58,3 +58,3 @@ "istanbul": "^0.4.1",

"@stdlib/bench-harness": "^0.1.2",
"@stdlib/bench": "^0.2.1"
"@stdlib/bench": "^0.3.1"
},

@@ -61,0 +61,0 @@ "engines": {

@@ -279,4 +279,4 @@ <!--

[test-image]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.1.0
[test-url]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.1.0
[test-image]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/number-float64-base-assert-is-same-value/actions/workflows/test.yml?query=branch:v0.2.0

@@ -304,4 +304,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-assert-is-same-value/main.svg

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

@@ -308,0 +311,0 @@