Comparing version 0.8.0 to 0.9.0
{ | ||
"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'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10615
21
157
58
0