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

@connor-davis/lonewolf-protocol

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connor-davis/lonewolf-protocol

This is the official protocol for Lone Wolf messaging. Make sure to look at the wiki for a more in-depth explanation of how to use the protocol.

latest
Source
npmnpm
Version
2021.0.42
Version published
Maintainers
1
Created
Source

Official Lone Wolf Protocol

This is the official protocol for Lone Wolf messaging. Make sure to look at the wiki for a more in-depth explanation of how to use the protocol.


Setup

let {
  gun,
  authentication,
  friends,
} = require('@connor-davis/lonewolf-protocol');

let database = gun({ peers: ['http://localhost:8765'] });
let user = database.user();

Features

  • Authentication
  • Friends

FAQs

Package last updated on 29 Sep 2021

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