Socket
Socket
Sign inDemoInstall

@stdlib/buffer-from-string

Package Overview
Dependencies
26
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.2.0

SECURITY.md

19

package.json
{
"name": "@stdlib/buffer-from-string",
"version": "0.1.1",
"version": "0.2.0",
"description": "Allocate a buffer containing a provided string.",

@@ -40,11 +40,10 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/assert-is-function": "^0.1.1",
"@stdlib/assert-is-string": "^0.1.1",
"@stdlib/buffer-ctor": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/error-tools-fmtprodmsg": "^0.1.0"
"@stdlib/assert-is-function": "^0.2.0",
"@stdlib/assert-is-string": "^0.2.0",
"@stdlib/buffer-ctor": "^0.2.0",
"@stdlib/string-format": "^0.2.0",
"@stdlib/error-tools-fmtprodmsg": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-is-buffer": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/assert-is-buffer": "^0.2.0",
"@stdlib/math-base-special-pow": "^0.1.0",

@@ -56,3 +55,5 @@ "@stdlib/random-base-discrete-uniform": "^0.1.0",

"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.1.2",
"@stdlib/bench": "^0.3.1"
},

@@ -59,0 +60,0 @@ "engines": {

@@ -189,3 +189,3 @@ <!--

Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

@@ -203,4 +203,4 @@ </section>

[test-image]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml?query=branch:v0.1.1
[test-image]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml?query=branch:v0.2.0

@@ -228,4 +228,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/buffer-from-string/main.svg

[deno-url]: https://github.com/stdlib-js/buffer-from-string/tree/deno
[deno-readme]: https://github.com/stdlib-js/buffer-from-string/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/buffer-from-string/tree/umd
[umd-readme]: https://github.com/stdlib-js/buffer-from-string/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/buffer-from-string/tree/esm
[esm-readme]: https://github.com/stdlib-js/buffer-from-string/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/buffer-from-string/blob/main/branches.md

@@ -232,0 +235,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc