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

baseiching

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baseiching

A base64-like encoding method but it uses hexagrams in I Ching.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Base易經

A base64-like encoding method but it uses hexagrams in I Ching.

How to Install

In node.js:

npm install baseiching

, then

var baseiching = require('basaeiching');

Or in browsers:

<script src="baseiching.js"></script>

How to Use

baseiching.encode(source, [compress]);

Convert string / array or bytes / array buffer into base易經 parameters:

  • source:string / array / array buffer, the source
  • compress:boolean, compressed output? returns:
  • string, converted base易經 data.
baseiching.decode(source, [tostring]);

Convert the base易經 back to string / array of bytes parameters:

  • source:string, the base易經 encoded data
  • tostring:boolean, should convert the result into string? returns:
  • string / array of bytes, raw data.
baseiching.setLang(lang);

Set the language varient parameters:

  • lang:string, which varient should be used? Possible values are 'cht' (Traditional Chinese), 'chs' (Simplified Chinese) and 'ja' (Japanese).

License

MIT

Keywords

FAQs

Package last updated on 12 Apr 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc