Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serialport/parser-byte-length

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/parser-byte-length - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

byte-length.js

@@ -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": {

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