🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

uint8arraylist

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uint8arraylist - npm Package Compare versions

Comparing version
2.4.3
to
2.4.4
+1
-1
package.json
{
"name": "uint8arraylist",
"version": "2.4.3",
"version": "2.4.4",
"description": "Append and consume bytes using only no-copy operations",

@@ -5,0 +5,0 @@ "author": "Alex Potsides <alex@achingbrain.net>",

@@ -91,3 +91,3 @@ # uint8arraylist <!-- omit in toc -->

list.slice(2, 5)
// -> Uint8Array([2, 3]) - copy
// -> Uint8Array([2, 3, 4]) - copy
```

@@ -94,0 +94,0 @@