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

@stdlib/math-base-special-hypot

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/math-base-special-hypot - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+10
-31
package.json
{
"name": "@stdlib/math-base-special-hypot",
"version": "0.2.0",
"version": "0.2.1",
"description": "Compute the hypotenuse avoiding overflow and underflow.",

@@ -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,24 +37,10 @@ "repository": {

"dependencies": {
"@stdlib/constants-float64-pinf": "^0.2.0",
"@stdlib/math-base-assert-is-infinite": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/math-base-napi-binary": "^0.2.0",
"@stdlib/math-base-special-sqrt": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0"
"@stdlib/constants-float64-pinf": "^0.2.1",
"@stdlib/math-base-assert-is-infinite": "^0.2.1",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-napi-binary": "^0.2.1",
"@stdlib/math-base-special-sqrt": "^0.2.1",
"@stdlib/utils-library-manifest": "^0.2.1"
},
"devDependencies": {
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-ninf": "^0.1.1",
"@stdlib/math-base-assert-is-positive-zero": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.1",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/math-base-special-round": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/utils-try-require": "^0.2.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.2.0",
"@stdlib/bench": "^0.3.1"
},
"devDependencies": {},
"engines": {

@@ -68,0 +47,0 @@ "node": ">=0.10.0",

@@ -307,4 +307,4 @@ <!--

[test-image]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml?query=branch:v0.2.0
[test-image]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/math-base-special-hypot/actions/workflows/test.yml?query=branch:v0.2.1

@@ -311,0 +311,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-hypot/main.svg