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.74.4 to 0.74.5

2

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

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

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

- [intersection][arrays.intersection]
- [lastIndexOf][arrays.lastIndexOf]
- [map][arrays.map]

@@ -105,3 +104,2 @@ - [pull][arrays.pull]

[arrays.intersection]: ./docs/arrays/intersection.md
[arrays.lastIndexOf]: ./docs/arrays/lastIndexOf.md
[arrays.map]: ./docs/arrays/map.md

@@ -108,0 +106,0 @@ [arrays.pull]: ./docs/arrays/pull.md

@@ -16,3 +16,2 @@ export { chunk } from "./chunk.js";

export { intersection } from "./intersection.js";
export { lastIndexOf } from "./lastIndexOf.js";
export { map } from "./map.js";

@@ -19,0 +18,0 @@ export { pull } from "./pull.js";

@@ -16,3 +16,2 @@ export { chunk } from './chunk.js';

export { intersection } from './intersection.js';
export { lastIndexOf } from './lastIndexOf.js';
export { map } from './map.js';

@@ -19,0 +18,0 @@ export { pull } from './pull.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