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.56.0 to 0.56.1

4

dist/absurdum.esm.js

@@ -1393,4 +1393,4 @@ /**

* @param {object} object input object
* @param {...object} [sources] input object
* @returns {array} returns an array of all values in an object
* @param {...object} [sources] input object/s
* @returns {object} returns an object with all included object properties merged
*

@@ -1397,0 +1397,0 @@ * @example

@@ -17,6 +17,6 @@ # objects.merge

1. `object` *(object)*: input object
2. `[sources]` *(...object)*: input object
2. `[sources]` *(...object)*: input object/s
#### Returns
*(array)*: returns an array of all values in an object
*(object)*: returns an object with all included object properties merged

@@ -23,0 +23,0 @@ #### Example

{
"name": "absurdum",
"version": "0.56.0",
"version": "0.56.1",
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce",

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

@@ -6,4 +6,4 @@ /**

* @param {object} object input object
* @param {...object} [sources] input object
* @returns {array} returns an array of all values in an object
* @param {...object} [sources] input object/s
* @returns {object} returns an object with all included object properties merged
*

@@ -10,0 +10,0 @@ * @example

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