Comparing version 0.4.0 to 0.4.1
@@ -138,3 +138,3 @@ import * as Struct from './internal/struct.js'; | ||
} | ||
deserialize(object[key], new Uint8Array(buffer.slice(iOff, sizeof(type)))); | ||
deserialize(object[key], new Uint8Array(buffer.slice(iOff, iOff + sizeof(type)))); | ||
continue; | ||
@@ -141,0 +141,0 @@ } |
{ | ||
"name": "utilium", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Typescript utilies", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -169,3 +169,3 @@ import * as Struct from './internal/struct.js'; | ||
} | ||
deserialize(object[key], new Uint8Array(buffer.slice(iOff, sizeof(type)))); | ||
deserialize(object[key], new Uint8Array(buffer.slice(iOff, iOff + sizeof(type)))); | ||
continue; | ||
@@ -172,0 +172,0 @@ } |
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
60248