🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@stdlib/strided-base-dmap2

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/strided-base-dmap2 - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+5
-26
package.json
{
"name": "@stdlib/strided-base-dmap2",
"version": "0.2.0",
"version": "0.2.1",
"description": "Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.",

@@ -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,19 +36,5 @@ "repository": {

"dependencies": {
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0"
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-filled-by": "^0.1.0",
"@stdlib/array-float64": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-ops-add": "^0.1.0",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/random-base-discrete-uniform": "^0.1.0",
"@stdlib/random-base-uniform": "^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": {

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

+2
-2

@@ -379,4 +379,4 @@ <!--

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

@@ -383,0 +383,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/strided-base-dmap2/main.svg