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

@serialport/parser-ready

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-ready - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@serialport/parser-ready",
"main": "ready.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 Ready = require('parser-ready')
const Ready = require('@serialport/parser-ready')
const port = new SerialPort('/dev/tty-usbserial1')

@@ -14,0 +14,0 @@ const parser = port.pipe(new Ready({ delimiter: 'READY' }))

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