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

@stdlib/buffer-alloc-unsafe

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/buffer-alloc-unsafe - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+6
-5
package.json
{
"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": {},

@@ -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