@vect/column-indicator
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "@vect/column-indicator", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Indicators for column", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "443742948d7426fcc24443dcb19a9403ddeb7b75" | ||
"gitHead": "905765544ca61493e928240a7599712c176c7502" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @vect/col-indicator | ||
# @vect/column-indicator | ||
@@ -13,8 +13,8 @@ [![npm version][badge-npm-version]][url-npm] | ||
[//]: <> (Shields) | ||
[badge-npm-version]: https://flat.badgen.net/npm/cell/@vect/col-indicator | ||
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@vect/col-indicator | ||
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@vect/col-indicator | ||
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@vect/col-indicator | ||
[badge-npm-license]: https://flat.badgen.net/npm/license/@vect/col-indicator | ||
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@vect/col-indicator | ||
[badge-npm-version]: https://flat.badgen.net/npm/cell/@vect/column-indicator | ||
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@vect/column-indicator | ||
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@vect/column-indicator | ||
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@vect/column-indicator | ||
[badge-npm-license]: https://flat.badgen.net/npm/license/@vect/column-indicator | ||
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@vect/column-indicator | ||
[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/vect | ||
@@ -24,4 +24,4 @@ [badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/vect | ||
[//]: <> (Link) | ||
[url-npm]: https://npmjs.org/package/@vect/col-indicator | ||
[url-pp]: https://packagephobia.now.sh/result?p=@vect/col-indicator | ||
[url-npm]: https://npmjs.org/package/@vect/column-indicator | ||
[url-pp]: https://packagephobia.now.sh/result?p=@vect/column-indicator | ||
[url-github]: https://github.com/hoyeungw/vect | ||
@@ -34,6 +34,6 @@ | ||
##### every: | ||
- Return true if every element in a specified col of a matrix matches the input criteria. | ||
- Return true if every element in a specified column of a matrix matches the input criteria. | ||
- Return true if either height or width is zero. | ||
##### some: | ||
- Return true if at least one element in a specified col of a matrix matches the input criteria. | ||
- Return true if at least one element in a specified column of a matrix matches the input criteria. | ||
- Return false if either height or width is zero. | ||
@@ -43,3 +43,3 @@ | ||
```console | ||
$ npm install @vect/col-indicator | ||
$ npm install @vect/column-indicator | ||
``` | ||
@@ -46,0 +46,0 @@ |
5217