New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/binary

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/binary

100+ assorted binary / bitwise operations, conversions, utilities, lookup tables

3.0.1
Source
npm
Version published
Weekly downloads
4.9K
-23.16%
Maintainers
1
Weekly downloads
 
Created
Source

binary

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

100+ assorted binary / bitwise operations, conversions, utilities, lookup tables.

Status

STABLE - used in production

Search or submit any issues for this package

Installation

yarn add @thi.ng/binary

ES module import:

<script type="module" src="https://cdn.skypack.dev/@thi.ng/binary"></script>

Skypack documentation

For Node.js REPL:

# with flag only for < v16
node --experimental-repl-await

> const binary = await import("@thi.ng/binary");

Package sizes (gzipped, pre-treeshake): ESM: 2.06 KB

Dependencies

Usage examples

Several demos in this repo's /examples directory are using this package.

A selection:

ScreenshotDescriptionLive demoSource
hdom update performance benchmark w/ config optionsDemoSource

API

Generated API docs

TODO

Authors

Karsten Schmidt

If this project contributes to an academic publication, please cite it as:

@misc{thing-binary,
  title = "@thi.ng/binary",
  author = "Karsten Schmidt",
  note = "https://thi.ng/binary",
  year = 2016
}

License

© 2016 - 2021 Karsten Schmidt // Apache Software License 2.0

Keywords

align

FAQs

Package last updated on 13 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts