Socket
Book a DemoInstallSign in
Socket

tobinary

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tobinary

Convert strings to binary representation.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

tobinary

Convert strings to binary representation.

Getting Started

Install the module with: npm install tobinary

var tobinary = require('tobinary');
tobinary("Hello World!");

// 010010000110010101101100011011000110111100100000010101110110111101110010011011000110010000100001

Contributing

All contributions must adhere to the the Idiomatic.js Style Guide, by maintaining the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 Rick Waldron waldron.rick@gmail.com Licensed under the MIT license.

FAQs

Package last updated on 30 Jul 2012

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