Socket
Socket
Sign inDemoInstall

@serialport/parser-spacepacket

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/parser-spacepacket - npm Package Compare versions

Comparing version 10.2.2 to 10.3.0

3

dist/index.d.ts

@@ -5,4 +5,7 @@ /// <reference types="node" />

export { SpacePacket, SpacePacketHeader };
/** The optional configuration object, only needed if either of the two fields of the secondary header need their length defined */
export interface SpacePacketOptions extends Omit<TransformOptions, 'objectMode'> {
/** The length of the Time Code Field in octets, if present */
timeCodeFieldLength?: number;
/** The length of the Ancillary Data Field in octets, if present */
ancillaryDataFieldLength?: number;

@@ -9,0 +12,0 @@ }

4

package.json

@@ -8,3 +8,3 @@ {

},
"version": "10.2.2",
"version": "10.3.0",
"engines": {

@@ -25,3 +25,3 @@ "node": ">=12.0.0"

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

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

# @serialport/parser-spacepacket
See our api docs https://serialport.io/docs/api-parser-spacepacket
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