micro-packed
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -41,2 +41,5 @@ import type { Coder as BaseCoder } from '@scure/base'; | ||
* Concatenates multiple Uint8Arrays. | ||
* Engines limit functions to 65K+ arguments. | ||
* @param arrays Array of Uint8Array elements | ||
* @returns Concatenated Uint8Array | ||
*/ | ||
@@ -43,0 +46,0 @@ declare function concatBytes(...arrays: Uint8Array[]): Uint8Array; |
{ | ||
"name": "micro-packed", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Define complex binary structures using composable primitives", | ||
"files": [ | ||
"lib/index.js", | ||
"lib/index.d.ts", | ||
"lib/index.d.ts.map", | ||
"lib/esm/index.js", | ||
"lib/debugger.js", | ||
"lib/esm/index.js", | ||
"lib/esm/debugger.js", | ||
"lib/index.d.ts", | ||
"lib/debugger.d.ts", | ||
"lib/index.d.ts.map", | ||
"lib/debugger.d.ts.map", | ||
"lib/esm/debugger.js", | ||
"lib/esm/package.json", | ||
@@ -15,0 +15,0 @@ "src" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
355810
8278