@serialport/stream
Advanced tools
Comparing version 10.0.1 to 10.0.2
{ | ||
"name": "@serialport/stream", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"main": "lib", | ||
@@ -23,3 +23,3 @@ "dependencies": { | ||
"funding": "https://opencollective.com/serialport/donate", | ||
"gitHead": "ae0647654616e46ac04b2da6e87ee3f39b1995b0" | ||
"gitHead": "4a475ec09b6f4017315903894b5aa7d00b519f52" | ||
} |
@@ -11,3 +11,3 @@ # @serialport/Stream | ||
const SerialPort = require('@serialport/stream') | ||
const Binding = require('@serialport/bindings') | ||
const Binding = require('@serialport/bindings-cpp') | ||
SerialPort.Binding = Binding | ||
@@ -14,0 +14,0 @@ const port = new Serialport('/dev/ttyay') |
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
26554