Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lessondesk/marker-protocol

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lessondesk/marker-protocol

Lesson Desk Group marker protocol

  • 3.6.13
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

lnd-app-marker-protocol

standard-readme compliant make a pull request lessondesk-code-style Commitizen friendly

Lesson Desk Marker Protocol

Table of Contents

Docs

A document regarding a full technical breakdown on how the Lesson Desk v3 marker protocol works is included in the docs directory.

Usage

import MarkerProtocol from '@lessondesk/marker-protocol'

const markers = new MarkerProtocol()

markers.on('data', packet => console.log(packet))

Install

This project uses node and npm.

$ npm install @lessondesk/marker-protocol
$ # OR
$ yarn add @lessondesk/marker-protocol

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Test your code changes with npm run test
  3. Commit your changes: git commit -am "Add some feature"
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

FAQs

Package last updated on 25 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc