JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q27678F
  • License MIT

Immuto's JavaScript library for secure data management

Package Exports

  • immuto-backend

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (immuto-backend) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

immuto.js

NOTE: This package is now deprecated - please see immuto-sdk for the maintained version

Immuto's JavaScript library for record creation and verification.

Documentation

You can find complete documentation here.

Installation

NodeJS

npm install immuto-backend --save

Please ensure you use "immuto-backend" and not "immuto"

Browser

You may download a pre-built version from the releases on GitHub . Include in an HTML page as follows:

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

If you would like to build the browser code from scratch, you will need NPM and Browserify:

git clone https://www.github.com/immuto-inc/immuto.js
cd browser
npm install
browserify immuto_browser.js --s Immuto -o immuto.js