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

@lessondesk/marker-protocol

Package Overview
Dependencies
Maintainers
6
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lessondesk/marker-protocol - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

8

dist/index.js

@@ -338,5 +338,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

var MarkerProtocol = /*@__PURE__*/(function (EventEmitter$$1) {
function MarkerProtocol(_debugProd) {
function MarkerProtocol() {
var this$1 = this;
if ( _debugProd === void 0 ) _debugProd = false;

@@ -405,7 +404,2 @@ EventEmitter$$1.call(this);

console.log('Receiever detected: /dev/ttyAMA0');
if (!debugProd) {
this$1.debug = false;
}
port = new SerialPort("/dev/ttyAMA0", {

@@ -412,0 +406,0 @@ baudRate: 115200,

2

package.json
{
"name": "@lessondesk/marker-protocol",
"version": "3.5.0",
"version": "3.5.1",
"description": "Lesson Desk Group marker protocol",

@@ -5,0 +5,0 @@ "source": "src/index.js",

Sorry, the diff of this file is not supported yet

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