New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.4 to 1.0.5

12

dist/index.js

@@ -61,5 +61,9 @@ "use strict";

function MarkerProtocol() {
var _this;
_classCallCheck(this, MarkerProtocol);
return _possibleConstructorReturn(this, _getPrototypeOf(MarkerProtocol).apply(this, arguments));
_this = _possibleConstructorReturn(this, _getPrototypeOf(MarkerProtocol).call(this));
_this.markers = [];
return _this;
}

@@ -168,3 +172,3 @@

value: function openAccessPoint(info) {
var _this = this;
var _this2 = this;

@@ -188,5 +192,5 @@ var _info$filter = info.filter(function (device) {

_this.addMarker(port, packet.data.marker.serial);
_this2.addMarker(port, packet.data.marker.serial);
} else {
_this.emit('data', packet);
_this2.emit('data', packet);
}

@@ -193,0 +197,0 @@ });

{
"name": "@lessondesk/marker-protocol",
"version": "1.0.4",
"version": "1.0.5",
"description": "Lesson Desk Group marker protocol",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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