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

aries-askar-test-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aries-askar-test-nodejs

Nodejs wrapper for Aries Askar

latest
Source
npmnpm
Version
0.1.0-dev.6
Version published
Maintainers
1
Created
Source

aries-askar-test-nodejs

Wrapper for Nodejs around Aries Askar

Requirements

This has been tested extensively with Nodejs version 16.11.0 and 16.15.0. Older and newer versions might also work, but they have not been tested.

Installation

yarn add aries-askar-test-nodejs aries-askar-test-shared

Setup

In order to work with this module a function from aries-askar-test-shared has to be called to register the native module (aries-askar-test-nodejs)

import { registerAriesAskar } from 'aries-askar-test-shared'
import { ariesAskarNodeJS } from 'aries-askar-test-nodejs'

registerAriesAskar({ askar: ariesAskarNodeJS })

FAQs

Package last updated on 23 Jan 2023

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