@serialport/parser-byte-length
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -13,3 +13,3 @@ 'use strict' | ||
const SerialPort = require('serialport') | ||
const ByteLength = require('parser-byte-length') | ||
const ByteLength = require('@serialport/parser-byte-length') | ||
const port = new SerialPort('/dev/tty-usbserial1') | ||
@@ -16,0 +16,0 @@ const parser = port.pipe(new ByteLength({length: 8})) |
{ | ||
"name": "@serialport/parser-byte-length", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "byte-length.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2043