@stdlib/complex-float64
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@stdlib/complex-float64", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "128-bit complex number.", | ||
@@ -18,17 +18,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", | ||
@@ -43,20 +36,9 @@ "repository": { | ||
"dependencies": { | ||
"@stdlib/assert-is-number": "^0.2.0", | ||
"@stdlib/complex-float32": "^0.2.0", | ||
"@stdlib/string-format": "^0.2.0", | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", | ||
"@stdlib/utils-define-property": "^0.2.0", | ||
"@stdlib/utils-library-manifest": "^0.2.0", | ||
"@stdlib/error-tools-fmtprodmsg": "^0.1.1" | ||
"@stdlib/assert-is-number": "^0.2.1", | ||
"@stdlib/complex-float32": "^0.2.1", | ||
"@stdlib/string-format": "^0.2.1", | ||
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", | ||
"@stdlib/utils-define-property": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@stdlib/assert-has-own-property": "^0.1.1", | ||
"@stdlib/math-base-assert-is-nan": "^0.1.1", | ||
"@stdlib/random-base-randu": "^0.1.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": { | ||
@@ -63,0 +45,0 @@ "node": ">=0.10.0", |
@@ -648,4 +648,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
[test-url]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml?query=branch:v0.2.0 | ||
[test-image]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -652,0 +652,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64/main.svg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
0
62149
- Removed@stdlib/assert-is-array@0.2.2(transitive)
- Removed@stdlib/assert-is-boolean@0.2.2(transitive)
- Removed@stdlib/assert-is-buffer@0.2.2(transitive)
- Removed@stdlib/assert-is-function@0.2.2(transitive)
- Removed@stdlib/assert-is-object@0.2.2(transitive)
- Removed@stdlib/assert-is-object-like@0.2.2(transitive)
- Removed@stdlib/assert-is-plain-object@0.2.2(transitive)
- Removed@stdlib/assert-is-regexp@0.2.2(transitive)
- Removed@stdlib/assert-is-string@0.2.2(transitive)
- Removed@stdlib/assert-tools-array-function@0.2.2(transitive)
- Removed@stdlib/boolean-ctor@0.2.2(transitive)
- Removed@stdlib/error-tools-fmtprodmsg@0.1.1(transitive)
- Removed@stdlib/fs-exists@0.2.2(transitive)
- Removed@stdlib/fs-resolve-parent-path@0.2.2(transitive)
- Removed@stdlib/object-ctor@0.2.1(transitive)
- Removed@stdlib/process-cwd@0.2.2(transitive)
- Removed@stdlib/regexp-extended-length-path@0.2.2(transitive)
- Removed@stdlib/regexp-function-name@0.2.2(transitive)
- Removed@stdlib/string-base-lowercase@0.4.0(transitive)
- Removed@stdlib/string-base-replace@0.2.2(transitive)
- Removed@stdlib/string-replace@0.2.2(transitive)
- Removed@stdlib/types@0.1.0(transitive)
- Removed@stdlib/utils-constructor-name@0.2.2(transitive)
- Removed@stdlib/utils-convert-path@0.2.2(transitive)
- Removed@stdlib/utils-escape-regexp-string@0.2.2(transitive)
- Removed@stdlib/utils-get-prototype-of@0.2.2(transitive)
- Removed@stdlib/utils-global@0.2.2(transitive)
- Removed@stdlib/utils-library-manifest@0.2.2(transitive)
- Removed@stdlib/utils-type-of@0.2.2(transitive)
- Removeddebug@2.6.9(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedms@2.0.0(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedresolve@1.22.8(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
Updated@stdlib/string-format@^0.2.1
Updated@stdlib/utils-define-nonenumerable-read-only-property@^0.2.1