textshield-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

TextShield for Node.js

Server-side TextShield support for Node.js

Getting started

Install TextShield for Node.js plugin with npm:

$ npm install textshield-node

Plugin is reachable through default export.

import TextShield, { DecodeCost } from "textshield-node";

To protect a text, TextShield.encode(text: string, cost: number) does a job.

TextShield.encode("example@example.com", DecodeCost.Low);

Contribution

Any kind of contributions or questions are heartly welcomed.

License

TextShield is released under the MIT License.

/textshield-node/

    Package Sidebar

    Install

    npm i textshield-node

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    17.9 kB

    Total Files

    19

    Last publish

    Collaborators

    • agemor