New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ti-crypto

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ti-crypto

A user-friendly, strongly-typed wrapper around CryptoSubtle functionality

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

tiCrypto

Crypto suite for tiCrypt.

Usage

For use in Typescript that will be properly compiled (i.e. module resolution, bundling, etc.), you can simply use:

import {...} from "tiCrypto";
import * as tiCrypto from "tiCrypto";
import tiCrypto = require("tiCrypto");

Otherwise, types can be grabbed from dist/index.ts, and Javascript can be sourced from either dist/tiCrypto.js or dist/tiCrypto.min.js.

Testing

npm install
npm test

Building

npm install
npm i -g babel-minify // no idea if global dependencies can be added to package.json
npm start

FAQs

Package last updated on 05 Feb 2018

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