Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hookun/bitbybit

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hookun/bitbybit - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/BitWriter.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc