2.0.1 • Published 2 years ago

@phase.dev/phase-js v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago