Socket
Socket
Sign inDemoInstall

@stdlib/math-base-special-ln

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-ln - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

49

package.json
{
"name": "@stdlib/math-base-special-ln",
"version": "0.2.0",
"version": "0.2.1",
"description": "Evaluate the natural logarithm of a double-precision floating-point number.",

@@ -18,5 +18,3 @@ "license": "Apache-2.0",

"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",

@@ -26,11 +24,6 @@ "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",

@@ -45,31 +38,11 @@ "repository": {

"dependencies": {
"@stdlib/constants-float64-exponent-bias": "^0.2.0",
"@stdlib/constants-float64-ninf": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/math-base-napi-unary": "^0.2.0",
"@stdlib/number-float64-base-get-high-word": "^0.2.0",
"@stdlib/number-float64-base-set-high-word": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0"
"@stdlib/constants-float64-exponent-bias": "^0.2.1",
"@stdlib/constants-float64-ninf": "^0.2.1",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-napi-unary": "^0.2.1",
"@stdlib/number-float64-base-get-high-word": "^0.2.1",
"@stdlib/number-float64-base-set-high-word": "^0.2.1",
"@stdlib/utils-library-manifest": "^0.2.1"
},
"devDependencies": {
"@stdlib/constants-float64-eps": "^0.1.1",
"@stdlib/constants-float64-pinf": "^0.1.1",
"@stdlib/fs-read-file": "^0.1.1",
"@stdlib/fs-write-file": "^0.1.1",
"@stdlib/math-base-special-abs": "^0.1.1",
"@stdlib/math-base-special-round": "^0.1.1",
"@stdlib/math-base-tools-evalpoly-compile": "^0.1.0",
"@stdlib/math-base-tools-evalpoly-compile-c": "^0.1.0",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/string-format": "^0.2.0",
"@stdlib/string-substring-after": "^0.1.0",
"@stdlib/string-substring-before": "^0.2.0",
"@stdlib/time-current-year": "^0.1.1",
"@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.1.2",
"@stdlib/bench": "^0.3.1"
},
"devDependencies": {},
"engines": {

@@ -76,0 +49,0 @@ "node": ">=0.10.0",

@@ -247,4 +247,4 @@ <!--

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

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

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