Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

absurdum

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absurdum - npm Package Compare versions

Comparing version 0.2.2 to 0.2.4

_config.yml

2

package.json
{
"name": "absurdum",
"version": "0.2.2",
"version": "0.2.4",
"description": "Reductio Ad Absurdum - The Riduculous Application of Reduce",

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

@@ -23,3 +23,3 @@ # Absurdum

2. Your solution must be functional, with no side-effects
3. Recursion will be allowed for nexted data types
3. Recursion will be allowed for nested data types
4. If recursion is used, it must be tail call optimized

@@ -33,2 +33,6 @@ 5. Be mindful of performance

Start by suggesting a new [Operator][operator] or [Type][type].
Development is done following the [Feature Branch Workflow][feature-workflow]:
1. Fork the repo

@@ -44,2 +48,16 @@ 2. Clone your fork

## Operator(s) Documentation
- [Arrays][arrays]
- [Objects][objects]
- [Strings][strings]
- [HTML][html]
[wikipedia]: https://en.wikipedia.org/wiki/Reductio_ad_absurdum
[operator]: https://github.com/evanplaice/absurdum/issues/new?title=Operator([operator])&template=OPERATOR_TEMPLATE.md&labels=enhancement,operator
[type]: https://github.com/evanplaice/absurdum/issues/new?title=Type([typ])&template=TYPE_TEMPLATE.md&labels=enhancement,type
[feature-workflow]:https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow
[arrays]: ./docs/arrays.md
[objects]: ./docs/objects.md
[strings]: ./docs/strings.md
[html]: ./docs/html.md
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