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

@mathquis/node-assistant-protocol

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathquis/node-assistant-protocol

Assistant protocol decorator for Hermes protocol

latest
Source
npmnpm
Version
1.0.29
Version published
Maintainers
1
Created
Source

node-assistant-protocol

npm version

Assistant protocol for Node.js decorating Hermes protocol

Installation

npm i @mathquis/node-assistant-protocol

Usage

const Hermes = require('@mathquis/node-hermes-protocol')
const Assistant = require('@mathquis/node-assistant-protocol')

const hermes = Hermes({
	mqtt: {
		host: 'mqtt://localhost:1883'
	}
})

const client = Assistant(hermes, {})

Keywords

node.js

FAQs

Package last updated on 17 Feb 2022

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