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.5 to 0.74.6

2

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

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

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

- [pull][arrays.pull]
- [reduceRight][arrays.reduceRight]
- [reverse][arrays.reverse]

@@ -106,3 +105,2 @@ - [slice][arrays.slice]

[arrays.pull]: ./docs/arrays/pull.md
[arrays.reduceRight]: ./docs/arrays/reduceRight.md
[arrays.reverse]: ./docs/arrays/reverse.md

@@ -109,0 +107,0 @@ [arrays.slice]: ./docs/arrays/slice.md

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

export { pull } from "./pull.js";
export { reduceRight } from "./reduceRight.js";
export { reverse } from "./reverse.js";

@@ -21,0 +20,0 @@ export { slice } from "./slice.js";

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

export { pull } from './pull.js';
export { reduceRight } from './reduceRight.js';
export { reverse } from './reverse.js';

@@ -21,0 +20,0 @@ export { slice } from './slice.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