Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@jsprismarine/jsbinaryutils

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsprismarine/jsbinaryutils

Basic binary managing written in TypeScript

Source
npmnpm
Version
2.1.7
Version published
Weekly downloads
1.8K
-12.57%
Maintainers
2
Weekly downloads
 
Created
Source

JSBinaryUtils

https://www.npmjs.com/package/@jsprismarine/jsbinaryutils

USE:

# Yarn
$ yarn add @jsprismarine/jsbinaryutils
# NPM
$ npm i @jsprismarine/jsbinaryutils

Sample code

const BinaryStream = require('@jsprismarine/jsbinaryutils').default

let stream = new BinaryStream()

stream.writeByte(1)

console.log(stream.buffer)

Keywords

nodejs

FAQs

Package last updated on 10 Nov 2020

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