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.8.0 to 0.9.0

.vscode/launch.json

4

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

@@ -22,3 +22,3 @@ "keywords": [

"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
"preversion": "npm run lint",
"preversion": "npm test && npm run lint",
"postversion": "git push --follow-tags"

@@ -25,0 +25,0 @@ },

@@ -24,12 +24,12 @@ [![npm](https://img.shields.io/npm/v/absurdum.svg)](https://www.npmjs.com/package/absurdum)

- [filter][arr-filter]
- [map][arr-map]
- [reverse][arr-reverse]
- [tap][arr-tap]
- [filter][arrays.filter]
- [map][arrays.map]
- [reverse][arrays.reverse]
- [tap][arrays.tap]
[arrays]: ./docs/arrays.md
[arr-filter]: ./docs/arrays.md#arraysfilterarray-predicate
[arr-map]: ./docs/arrays.md#arraysmaparray-func
[arr-reverse]: ./docs/arrays.md#arraysreversearray
[arr-tap]: ./docs/arrays.md#arraystaparray-func
[arrays.filter]: ./docs/arrays.md#arraysfilterarray-predicate
[arrays.map]: ./docs/arrays.md#arraysmaparray-func
[arrays.reverse]: ./docs/arrays.md#arraysreversearray
[arrays.tap]: ./docs/arrays.md#arraystaparray-func

@@ -42,8 +42,10 @@ ### [Objects][objects]

- [endsWith][str-endswith]
- [startsWith][str-startswith]
- [endsWith][strings.endswith]
- [reverse][strings.reverse]
- [startsWith][strings.startswith]
[strings]: ./docs/strings.md
[str-endswith]: ./docs/strings.md#stringsendswithstring-substr
[str-startswith]: ./docs/strings.md#stringsstartswithstring-substr
[strings.endswith]: ./docs/strings.md#stringsendswithstring-substr
[strings.reverse]: ./docs/strings.md#stringsreversestring
[strings.startswith]: ./docs/strings.md#stringsstartswithstring-substr

@@ -50,0 +52,0 @@ ### [HTML][html]

export { endsWith } from './endsWith.js';
export { reverse } from './reverse.js';
export { startsWith } from './startsWith.js';
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