Comparing version 1.3.1 to 1.3.2
@@ -35,2 +35,5 @@ /*! | ||
} | ||
if (data.byteLength === data.buffer.byteLength) { | ||
return data.buffer; | ||
} | ||
return this.toUint8Array(data).slice().buffer; | ||
@@ -37,0 +40,0 @@ } |
@@ -39,2 +39,5 @@ /*! | ||
} | ||
if (data.byteLength === data.buffer.byteLength) { | ||
return data.buffer; | ||
} | ||
return this.toUint8Array(data).slice().buffer; | ||
@@ -41,0 +44,0 @@ } |
{ | ||
"name": "pvtsutils", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
38008
898