@hookun/bitbybit
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -33,3 +33,5 @@ "use strict"; | ||
end() { | ||
this.view.setUint8(this.byteOffset, this.byte); | ||
if (0 < this.bitOffset) { | ||
this.view.setUint8(this.byteOffset, this.byte); | ||
} | ||
return this.buffer; | ||
@@ -36,0 +38,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "Apache-2.0", | ||
@@ -36,8 +36,8 @@ "author": { | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.26.0", | ||
"@typescript-eslint/parser": "^2.26.0", | ||
"ava": "^3.5.2", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"ava": "^3.8.1", | ||
"eslint": "^6.8.0", | ||
"npm-run-all": "^4.1.5", | ||
"ts-node": "^8.8.1", | ||
"ts-node": "^8.9.1", | ||
"typedoc": "^0.17.6", | ||
@@ -44,0 +44,0 @@ "typedoc-plugin-markdown": "^2.2.17", |
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
22113
208