Socket
Socket
Sign inDemoInstall

@stdlib/complex-realf

Package Overview
Dependencies
19
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

28

package.json
{
"name": "@stdlib/complex-realf",
"version": "0.2.0",
"version": "0.2.1",
"description": "Return the real component of a single-precision complex floating-point 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,16 +36,5 @@ "repository": {

"dependencies": {
"@stdlib/complex-float32": "^0.2.0",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-library-manifest": "^0.2.0"
"@stdlib/complex-float32": "^0.2.1"
},
"devDependencies": {
"@stdlib/math-base-assert-is-nanf": "^0.1.1",
"@stdlib/math-base-special-round": "^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": {

@@ -59,0 +41,0 @@ "node": ">=0.10.0",

4

README.md

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

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

@@ -283,0 +283,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-realf/main.svg

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc