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

@us3r-network/testauth

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@us3r-network/testauth

The @us3r-network/auth package is the basis of us3r-network, it has a `auth` method to establish a session with Ceramic.

unpublished
latest
npmnpm
Version
0.1.0
Version published
Maintainers
5
Created
Source

@us3r-network/auth

The @us3r-network/auth package is the basis of us3r-network, it has a auth method to establish a session with Ceramic.

Install

npm install @us3r-network/auth

Usage

import { BlockChain, Us3rAuth } from "@us3r-network/auth";

const us3rAuth = new Us3rAuth();

const connectUs3r = useCallback(async (chain?: BlockChain) => {
  await us3rAuth.auth(chain);
  setSession(us3rAuth.session);
}, []);

FAQs

Package last updated on 16 Apr 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