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.5.0 to 2.5.1

2

package.json
{
"name": "node-red-contrib-buffer-parser",
"version": "2.5.0",
"version": "2.5.1",
"description": "Convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more",

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

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

A dynamic <a href="http://nodered.org" target="_new">Node-RED</a> 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.
A <a href="http://nodered.org" target="_new">Node-RED</a> node to convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more.

@@ -33,3 +33,3 @@

* bcd, bcdle, bcdbe,
* string, ascii, utf8, utf16le, ucs2, latin1, binary, buffer
* string, hex, ascii, utf8, utf16le, ucs2, latin1, binary, buffer
* 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)

@@ -36,0 +36,0 @@ * The specification format permits random access (e.g. no need for any skips when accessing only first and last elements)

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