@hazae41/binary
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,2 +0,2 @@ | ||
declare class Binary<T extends ArrayBufferView> { | ||
declare class Binary<T extends ArrayBufferView = ArrayBufferView> { | ||
private _view; | ||
@@ -3,0 +3,0 @@ private _bytes; |
{ | ||
"type": "module", | ||
"name": "@hazae41/binary", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Zero-copy bytes 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
68039