@stdlib/buffer-alloc-unsafe
Advanced tools
+6
-5
| { | ||
| "name": "@stdlib/buffer-alloc-unsafe", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Allocate a buffer having a specified number of bytes.", | ||
@@ -33,6 +33,7 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-is-function": "^0.2.1", | ||
| "@stdlib/assert-is-nonnegative-integer": "^0.2.1", | ||
| "@stdlib/buffer-ctor": "^0.2.1", | ||
| "@stdlib/string-format": "^0.2.1" | ||
| "@stdlib/assert-is-function": "^0.2.2", | ||
| "@stdlib/assert-is-nonnegative-integer": "^0.2.2", | ||
| "@stdlib/buffer-ctor": "^0.2.2", | ||
| "@stdlib/string-format": "^0.2.2", | ||
| "@stdlib/error-tools-fmtprodmsg": "^0.2.2" | ||
| }, | ||
@@ -39,0 +40,0 @@ "devDependencies": {}, |
+3
-3
@@ -32,3 +32,3 @@ <!-- | ||
| # alloc | ||
| # allocUnsafe | ||
@@ -183,4 +183,4 @@ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] --> | ||
| [test-image]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/buffer-alloc-unsafe/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -187,0 +187,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/buffer-alloc-unsafe/main.svg |
35373
0.15%5
25%