Socket
Socket
Sign inDemoInstall

@serialport/parser-cctalk

Package Overview
Dependencies
Maintainers
2
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 2.0.2 to 3.0.0

2

cctalk.js

@@ -1,2 +0,2 @@

const Transform = require('stream').Transform
const { Transform } = require('stream')

@@ -3,0 +3,0 @@ /**

@@ -6,2 +6,18 @@ # Change Log

# [3.0.0](https://github.com/node-serialport/node-serialport/compare/@serialport/parser-cctalk@2.0.2...@serialport/parser-cctalk@3.0.0) (2019-05-16)
### chore
* remove node6 support and upgrade codebase ([#1851](https://github.com/node-serialport/node-serialport/issues/1851)) ([d4f15c0](https://github.com/node-serialport/node-serialport/commit/d4f15c0))
### BREAKING CHANGES
* bindings now use async functions so they’ll never throw, only reject
## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/parser-cctalk@2.0.1...@serialport/parser-cctalk@2.0.2) (2018-11-27)

@@ -8,0 +24,0 @@

{
"name": "@serialport/parser-cctalk",
"version": "2.0.2",
"version": "3.0.0",
"main": "cctalk.js",
"engines": {
"node": ">=6.0.0"
"node": ">=8.6.0"
},

@@ -16,3 +16,3 @@ "publishConfig": {

},
"gitHead": "d59fe44fcc1ba52a51805375481ef339f3f83de4"
"gitHead": "524a2729003a94c9575904448d878a151f4f3790"
}
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