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

@stdlib/blas-base-scopy

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/blas-base-scopy - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+12
-34
package.json
{
"name": "@stdlib/blas-base-scopy",
"version": "0.2.0",
"version": "0.2.1",
"description": "Copy values from x into y.",

@@ -20,17 +20,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",

@@ -45,27 +38,12 @@ "repository": {

"dependencies": {
"@stdlib/assert-is-error": "^0.2.0",
"@stdlib/napi-argv": "^0.2.0",
"@stdlib/napi-argv-int64": "^0.2.0",
"@stdlib/napi-argv-strided-float32array": "^0.2.0",
"@stdlib/napi-export": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0",
"@stdlib/utils-try-require": "^0.2.0"
"@stdlib/assert-is-error": "^0.2.1",
"@stdlib/napi-argv": "^0.2.1",
"@stdlib/napi-argv-int64": "^0.2.1",
"@stdlib/napi-argv-strided-float32array": "^0.2.1",
"@stdlib/napi-export": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/utils-library-manifest": "^0.2.1",
"@stdlib/utils-try-require": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-float32": "^0.1.1",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/math-base-special-pow": "^0.1.0",
"@stdlib/random-array-discrete-uniform": "^0.1.0",
"@stdlib/random-array-uniform": "^0.1.0",
"@stdlib/strided-base-min-view-buffer-index": "^0.2.0",
"@stdlib/strided-base-offset-view": "^0.2.0",
"proxyquire": "^2.0.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": {

@@ -72,0 +50,0 @@ "node": ">=0.10.0",

@@ -239,4 +239,4 @@ <!--

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

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