2.0.1 • Published 1 year ago

@phase.dev/phase-js v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Javscript Client SDK for Phase

Phase SDK to encrypt data in client-side JavaScript applications

Install

npm i @phase.dev/phase-js or yarn add @phase.dev/phase-js

Import

import Phase from "@phase.dev/phase-js";

Initialize

Initialize the SDK with your APP_ID:

const phase = new Phase(APP_ID);

Usage

const ciphertext = await phase.encrypt("hello world");

Development

Install dependencies

npm install

Build

npm run build

Run tests

npm test

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago