New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-buffer-parser

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-buffer-parser - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "node-red-contrib-buffer-parser",
"version": "2.0.1",
"version": "2.0.2",
"description": "A dynamic node to convert values in a buffer or integer array into the many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more",

@@ -5,0 +5,0 @@ "keywords": [

@@ -21,3 +21,3 @@ node-red-contrib-buffer-parser

* Setup a specification and convert multiple parts of an array or buffer to...
* int, int8, byte,
* int, int8, byte, uint, uint8,
* int16, int16le, int16be, uint16, uint16le, uint16be,

@@ -30,3 +30,3 @@ * int32, int32le, int32be, uint32, uint32le, uint32be,

* string, ascii, utf8, utf16le, ucs2, latin1, binary
* Specification is either configured by the built in UI or can be dynamicaly set by a msg/flow/global property - permitting fully dynamic setup (e.g. via a dashboard)
* Specification is either configured by the built in UI or can be set by a msg/flow/global property - permitting fully dynamic setup (e.g. via a dashboard)
* The specification format permits random access (e.g. no need for any skips when accessing only first and last elements)

@@ -33,0 +33,0 @@ * You can specify the same offset many times to convert the same piece of data several times

Sorry, the diff of this file is not supported yet

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