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

@keload/node-red-contrib-ultimate-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keload/node-red-contrib-ultimate-toolkit

A collection of (moderns) useful tools for Node-RED

  • 1.8.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-40.74%
Maintainers
0
Weekly downloads
 
Created
Source

node-red-contrib-ultimate-toolkit

A collection of utilities to help you build your Node-RED flows.


Build with node-red-dxp

Contributors Forks Stargazers Issues

NPM Version NPM Downloads

Overview

This package provides a set of utilities to help you build your Node-RED flows.

Convert, format, and manipulate your data with ease.

Essentially based on es-toolkit and radash

If native Node.js are available, they are used instead of the libraries.

One node to rule them all!

paring-config.png

Features

Array Utilities

  • groupBy
  • keyBy
  • shuffle
  • sum
  • take
  • takeRight
  • toggle
  • unique

Async Utilities

  • delay

Math Utilities

  • abs
  • acos
  • asin
  • atan
  • ceil
  • cos
  • exp
  • floor
  • log
  • max
  • mean
  • median
  • min
  • random
  • round
  • sin
  • sum
  • tan
  • trunc

Network Utilities

  • ipInformation
  • ipVersion
  • networkInterfaces

Object Utilities

  • getKeys

Predicates

  • isBoolean
  • isBuffer
  • isIp
  • isNaN
  • isNil
  • isNull
  • isNumber
  • isString
  • isUndefined
  • isUrl

String Utilities

  • camelCase
  • capitalize
  • constantCase
  • escape
  • kebabCase
  • lowerCase
  • lowerFirst
  • pascalCase
  • snakeCase
  • startCase
  • trim
  • trimEnd
  • trimStart
  • unescape
  • upperCase
  • upperFirst
  • words

Utility Functions

  • eq
  • gt
  • gte
  • lt
  • lte
  • now
  • size
  • toBoolean
  • toBooleanNumber
  • toNumber
  • toNumberNonStrict
  • toSafeInteger
  • toString

Performance

All used libraries are treeshaked and included in the final bundle.

No extra dependencies are added

Very small distribution size < 30kb.

Contributing

This package use node-red-dxp to build the package. A crazy fast and easy way to build Node-RED package.

Please feel free to contribute to this package by creating issues or pull requests.

License

MIT

Keywords

FAQs

Package last updated on 03 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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