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

nodash

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodash - npm Package Versions

1

0.8.2

Diff

Changelog

Source

v0.8.2

  • install completely refactored:
    • allows for specifying an array as mountpoint with pre- and postfixes which are added to the names of the functions.
    • shows up in the API doc now.

v0.9 "Gosling"

  • Added benchmarks, can be run with node benchmark.
  • invoke added - invoke(f) invokes the function f (useful with map etc.).
  • values added - creates an array from the values of an object.
  • at and select will return undefined now if invoked on undefined.
  • isUpper added - checks if a string is all upper case.
  • isLower added - checks if a string is all lower case.
  • isNumeric added - checks if a string is numeric (/^[0-9]+$/).
  • ord added - returns the unicode code point for the given character.
  • chr added - returns the character for the given unicode code point.
  • lasts and heads removed - they were added in a bleary-eyed night and do not make any sense at all.
  • inits and lasts implemented - they were added but implementations were forgotten in that same bleary-eyed night.
scravy
published 0.8.1 •

Changelog

Source

v0.8.1

Nodash v0.8 would not work in browsers as it references setImmediate which is only available in NodeJS. This patch fixes that.

scravy
published 0.8.0 •

scravy
published 0.7.1 •

Changelog

Source

v0.7.1

  • Added a lot documentation.

v0.8 "Floyd"

  • Tasks! The new run function allows you do declare a schedule with dependencies between tasks which is scheduled asynchronously.
  • async added - turns ordinary functions into asynchronous functions,
  • isObject added - checks if something is an object but not an array and not null.
  • renamed isNull to isEmpty.
  • clone added to create deep copies of objects.
scravy
published 0.7.0 •

scravy
published 0.6.3 •

scravy
published 0.6.2 •

scravy
published 0.6.1 •

Changelog

Source

v0.6.1

  • Changed name from node-prelude to nodash.

v0.7 "Eich"

  • isInfinite exported as utility function.
  • keys for enumerating the keys of an object.
  • cycle /w array, string, object, streams, and inifinite streams.
  • pipe for chaining functions.
  • Reproduces the complete Haskell 2010 Prelude.
  • All occurences of Prelude are now Nodash.
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