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

@stdlib/napi-argv-strided-float32array

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/napi-argv-strided-float32array - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+4
-4
package.json
{
"name": "@stdlib/napi-argv-strided-float32array",
"version": "0.2.1",
"version": "0.2.2",
"description": "Convert a Node-API value representing a strided array to a single-precision floating-point array.",

@@ -37,6 +37,6 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/assert-napi-status-ok": "^0.2.1",
"@stdlib/napi-argv": "^0.2.1",
"@stdlib/assert-napi-status-ok": "^0.2.2",
"@stdlib/napi-argv": "^0.2.2",
"@stdlib/napi-argv-float32array": "^0.2.1",
"@stdlib/utils-library-manifest": "^0.2.1"
"@stdlib/utils-library-manifest": "^0.2.2"
},

@@ -43,0 +43,0 @@ "devDependencies": {},

@@ -310,4 +310,4 @@ <!--

[test-image]: https://github.com/stdlib-js/napi-argv-strided-float32array/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/napi-argv-strided-float32array/actions/workflows/test.yml?query=branch:v0.2.1
[test-image]: https://github.com/stdlib-js/napi-argv-strided-float32array/actions/workflows/test.yml/badge.svg?branch=v0.2.2
[test-url]: https://github.com/stdlib-js/napi-argv-strided-float32array/actions/workflows/test.yml?query=branch:v0.2.2

@@ -314,0 +314,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/napi-argv-strided-float32array/main.svg

@@ -28,3 +28,2 @@ /**

*
* @private
* @param env environment under which the function is invoked

@@ -49,3 +48,2 @@ * @param info callback data

*
* @private
* @param env environment under which the function is invoked

@@ -52,0 +50,0 @@ * @param exports exports object

Sorry, the diff of this file is not supported yet