Comparing version 0.81.2 to 0.81.3
{ | ||
"name": "absurdum", | ||
"version": "0.81.2", | ||
"version": "0.81.3", | ||
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -120,7 +120,7 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases) | ||
- [findKey][objects.findKey] | ||
- [findLastKey][objects.findLastKey] | ||
- [forIn][objects.forIn] | ||
- [findLastKey][objects.findLastKey] | ||
- [fromEntries][objects.fromEntries] | ||
- [get][objects.get] | ||
- [has][objects.has] | ||
- [get][objects.get] | ||
- [invert][objects.invert] | ||
@@ -141,8 +141,9 @@ - [mapKeys][objects.mapKeys] | ||
[objects.exclude]: ./docs/objects/exclude.md | ||
[objects.filter]: ./docs/objects/filter.md | ||
[objects.findKey]: ./docs/objects/findKey.md | ||
[objects.findLastKey]: ./docs/objects/findLastKey.md | ||
[objects.forIn]: ./docs/objects/forIn.md | ||
[objects.findLastKey]: ./docs/objects/findLastKey.md | ||
[objects.fromEntries]: ./docs/objects/fromEntries.md | ||
[objects.get]: ./docs/objects/get.md | ||
[objects.has]: ./docs/objects/has.md | ||
[objects.get]: ./docs/objects/get.md | ||
[objects.invert]: ./docs/objects/invert.md | ||
@@ -173,4 +174,4 @@ [objects.mapKeys]: ./docs/objects/mapKeys.md | ||
- [startsWith][strings.startswith] | ||
- [trimEnd][strings.trimEnd] | ||
- [trimStart][strings.trimStart] | ||
- [trimEnd][strings.trimEnd] | ||
- [truncate][strings.truncate] | ||
@@ -193,9 +194,7 @@ - [words][strings.words] | ||
[strings.startswith]: ./docs/strings/startsWith.md | ||
[strings.trimEnd]: ./docs/strings/trimEnd.md | ||
[strings.trimStart]: ./docs/strings/trimStart.md | ||
[strings.trimEnd]: ./docs/strings/trimEnd.md | ||
[strings.truncate]: ./docs/strings/truncate.md | ||
[strings.words]: ./docs/strings/words.md | ||
<!-- ### Elements --> | ||
[Array.prototype.reduce]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce | ||
@@ -202,0 +201,0 @@ [wikipedia]: https://en.wikipedia.org/wiki/Reductio_ad_absurdum |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
233162
201