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.77.0 to 0.78.0

docs/objects/entries.md

2

package.json
{
"name": "absurdum",
"version": "0.77.0",
"version": "0.78.0",
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce",

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

@@ -117,2 +117,3 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases)

- [defaultsDeep][objects.defaultsDeep]
- [entries][objects.entries]
- [exclude][objects.exclude]

@@ -139,2 +140,3 @@ - [findKey][objects.findKey]

[objects.defaultsDeep]: ./docs/objects/defaultsDeep.md
[objects.entries]: ./docs/objects/entries.md
[objects.exclude]: ./docs/objects/exclude.md

@@ -141,0 +143,0 @@ [objects.findKey]: ./docs/objects/findKey.md

@@ -5,2 +5,3 @@ export { assign } from "./assign.js";

export { defaultsDeep } from "./defaultsDeep.js";
export { entries } from "./entries.js";
export { exclude } from "./exclude.js";

@@ -7,0 +8,0 @@ export { findKey } from "./findKey.js";

@@ -5,2 +5,3 @@ export { assign } from './assign.js';

export { defaultsDeep } from './defaultsDeep.js';
export { entries } from './entries.js';
export { exclude } from './exclude.js';

@@ -7,0 +8,0 @@ export { findKey } from './findKey.js';

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