@hazae41/binary
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -53,3 +53,3 @@ declare class Binary { | ||
*/ | ||
set(array: Buffer): void; | ||
set(array: Uint8Array): void; | ||
/** | ||
@@ -59,3 +59,3 @@ * Write an array to the buffer | ||
*/ | ||
write(array: Buffer): void; | ||
write(array: Uint8Array): void; | ||
/** | ||
@@ -62,0 +62,0 @@ * Get a 8-bits unsigned number |
{ | ||
"type": "module", | ||
"name": "@hazae41/binary", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Zero-copy Buffer reader and writer", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/hazae41/binary", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58201