Socket
Socket
Sign inDemoInstall

@serialport/parser-cctalk

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/parser-cctalk - npm Package Compare versions

Comparing version 10.2.2 to 10.3.0

6

dist/index.d.ts

@@ -8,8 +8,2 @@ /// <reference types="node" />

* A transform stream that emits CCTalk packets as they are received.
* @example
import { CCTalkParser } from '@serialport/parser-cctalk'
const SerialPort = require('serialport')
const port = new SerialPort('/dev/ttyUSB0')
const parser = port.pipe(new CCtalk())
parser.on('data', console.log)
*/

@@ -16,0 +10,0 @@ export declare class CCTalkParser extends Transform {

@@ -10,8 +10,2 @@ "use strict";

* A transform stream that emits CCTalk packets as they are received.
* @example
import { CCTalkParser } from '@serialport/parser-cctalk'
const SerialPort = require('serialport')
const port = new SerialPort('/dev/ttyUSB0')
const parser = port.pipe(new CCtalk())
parser.on('data', console.log)
*/

@@ -18,0 +12,0 @@ class CCTalkParser extends stream_1.Transform {

4

package.json
{
"name": "@serialport/parser-cctalk",
"version": "10.2.2",
"version": "10.3.0",
"main": "./dist/index.js",

@@ -24,3 +24,3 @@ "types": "./dist/index.d.ts",

},
"gitHead": "e8be807d39ad084ffc7e8609693da5a94cf8a9cb"
"gitHead": "ceba41c8f89d911de210f2513aaae85fff3ab457"
}

@@ -1,1 +0,3 @@

See our api docs https://node-serialport.github.io/node-serialport/CCTalkParser.html
# @serialport/parser-cctalk
See our api docs https://serialport.io/docs/api-parser-cctalk
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