uint8arraylist
Advanced tools
+1
-1
| { | ||
| "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>", |
+1
-1
@@ -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 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
70699
0