# sjcl-bit-array

> a modular fork of the sjcl bitArray namespace

Latest version **1.0.0** (published 2015-12-31) · BSD or GPL 2.0 license · 0 weekly downloads

## Install

```sh
npm install sjcl-bit-array
pnpm add sjcl-bit-array
yarn add sjcl-bit-array
bun add sjcl-bit-array
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-12-31 |
| First published | 2015-12-31 |
| Weekly downloads | 0 |
| License | BSD or GPL 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Emily Stark; Mike Hamburg; Dan Boneh |
| Maintainers | michaelrhodes |
| Keywords | sjcl, bitarray |

## Links

- npm: https://www.npmjs.com/package/sjcl-bit-array
- Repository: https://github.com/michaelrhodes/sjcl-bit-array
- Issues: https://github.com/michaelrhodes/sjcl-bit-array/issues
- npm.io page: https://npm.io/package/sjcl-bit-array

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-12-31

## README

# sjcl-bit-array

A modular fork of the [sjcl](https://github.com/bitwiseshiftleft/sjcl) bitArray namespace.

[![Build status](https://travis-ci.org/michaelrhodes/sjcl-bit-array.svg?branch=master)](https://travis-ci.org/michaelrhodes/sjcl-bit-array)

## Install

```sh
$ npm install sjcl-bit-array
```

## Usage

As described at in the [sjcl docs](http://bitwiseshiftleft.github.io/sjcl/doc/symbols/sjcl.bitArray.html) but with each method required separately.

```js
var bitLength = require('sjcl-bit-array/bit-length')
var bitSlice = require('sjcl-bit-array/bit-slice')
var clamp = require('sjcl-bit-array/clamp')
var concat = require('sjcl-bit-array/concat')
var equal = require('sjcl-bit-array/equal')
var extract = require('sjcl-bit-array/extract')
var getPartial = require('sjcl-bit-array/get-partial')
var partial = require('sjcl-bit-array/partial')
```

## License

BSD or GPL 2.0

---
_Source: https://npm.io/package/sjcl-bit-array · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
