@serialport/parser-regex
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@serialport/parser-regex", | ||
"main": "regex.js", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "safe-buffer": "^5.1.1" |
@@ -11,3 +11,3 @@ 'use strict' | ||
const SerialPort = require('serialport') | ||
const Regex = require('parser-regex') | ||
const Regex = require('@serialport/parser-regex') | ||
const port = new SerialPort('/dev/tty-usbserial1') | ||
@@ -14,0 +14,0 @@ const parser = port.pipe(new Regex({ regex: /[\r\n]+/ })) |
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
1734