@jcoreio/iron-pi-ipc-codec
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -6,2 +6,3 @@ 'use strict'; | ||
}); | ||
exports.UNIX_SOCKET_PATH = undefined; | ||
@@ -14,2 +15,4 @@ var _protobufjs = require('protobufjs'); | ||
const UNIX_SOCKET_PATH = exports.UNIX_SOCKET_PATH = '/tmp/socket-iron-pi'; | ||
class IronPiIPCCodec { | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "@jcoreio/iron-pi-ipc-codec", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Encodes and decodes SPI bus messages exchanged with the Iron Pi", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
265607
255