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.2.1
to
0.2.2
+23
-23
manifest.json
{
"options": {
"options": {
"task": "build"
},
"fields": [
{
"field": "src",
"resolve": true,
"relative": true
},
{
"field": "include",
"resolve": true,
"relative": true
},
{
"field": "libraries",
"resolve": false,
"relative": false
},
{
"field": "libpath",
"resolve": true,
"relative": false
}
],
"fields": [
{
"field": "src",
"resolve": true,
"relative": true
},
{
"field": "include",
"resolve": true,
"relative": true
},
{
"field": "libraries",
"resolve": false,
"relative": false
},
{
"field": "libpath",
"resolve": true,
"relative": false
}
],
"confs": [

@@ -28,0 +28,0 @@ {

+1
-1

@@ -1,1 +0,1 @@

Copyright (c) 2016-2024 The Stdlib Authors.
Copyright (c) 2016-2026 The Stdlib Authors.
{
"name": "@stdlib/number-float64-base-assert-is-same-value",
"version": "0.2.1",
"version": "0.2.2",
"description": "Test if two double-precision floating-point numbers are the same value.",

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

"dependencies": {
"@stdlib/napi-argv": "^0.2.1",
"@stdlib/napi-argv": "^0.2.2",
"@stdlib/napi-argv-double": "^0.2.1",
"@stdlib/napi-export": "^0.2.1",
"@stdlib/utils-library-manifest": "^0.2.1"
"@stdlib/napi-export": "^0.3.0",
"@stdlib/utils-library-manifest": "^0.2.3"
},

@@ -42,0 +42,0 @@ "devDependencies": {},

@@ -266,3 +266,3 @@ <!--

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

@@ -280,4 +280,4 @@ </section>

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

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

[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
[chat-url]: https://stdlib.zulipchat.com

@@ -298,0 +298,0 @@ [stdlib]: https://github.com/stdlib-js/stdlib

@@ -29,3 +29,2 @@ /**

*
* @private
* @param env environment under which the function is invoked

@@ -32,0 +31,0 @@ * @param info callback data

Sorry, the diff of this file is not supported yet