Comparing version 0.1.5 to 0.1.6
@@ -286,2 +286,6 @@ /** | ||
this._dv.setUint8(byteOffset + 3, val.buffer[3]); | ||
this._dv.setUint8(byteOffset + 4, val.buffer[4]); | ||
this._dv.setUint8(byteOffset + 5, val.buffer[5]); | ||
this._dv.setUint8(byteOffset + 6, val.buffer[6]); | ||
this._dv.setUint8(byteOffset + 7, val.buffer[7]); | ||
}; | ||
@@ -321,2 +325,6 @@ /** | ||
this._dv.setUint8(byteOffset + 3, val.buffer[3]); | ||
this._dv.setUint8(byteOffset + 4, val.buffer[4]); | ||
this._dv.setUint8(byteOffset + 5, val.buffer[5]); | ||
this._dv.setUint8(byteOffset + 6, val.buffer[6]); | ||
this._dv.setUint8(byteOffset + 7, val.buffer[7]); | ||
}; | ||
@@ -323,0 +331,0 @@ /** |
@@ -35,3 +35,3 @@ { | ||
"typings": "lib/index", | ||
"version": "0.1.5" | ||
"version": "0.1.6" | ||
} |
@@ -7,3 +7,2 @@ /** | ||
/* tslint:disable:no-any no-unsafe-any */ | ||
import initTrace from 'debug'; | ||
@@ -10,0 +9,0 @@ |
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
1325161
17960