🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@codezilluh/bitarray.js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codezilluh/bitarray.js - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+1
-1
index.js

@@ -80,3 +80,3 @@ export class BitArray {

getBit(position) {
let pos = position || this._curPos;
let pos = position != undefined ? position : this._curPos;

@@ -83,0 +83,0 @@ return this._bitArray[pos] ? 1 : 0;

{
"name": "@codezilluh/bitarray.js",
"version": "1.0.3",
"version": "1.0.4",
"description": "A BitArray implementation for ease-of-use",

@@ -5,0 +5,0 @@ "main": "index.js",