@vect/column-quantifier
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "@vect/column-quantifier", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Every and some for 2-array", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@vect/matrix-size": "^0.0.19" | ||
"@vect/matrix-size": "^0.0.20" | ||
}, | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "bf98c2986bb3a9bf12df2b4f68987756a0a0844a" | ||
"gitHead": "443742948d7426fcc24443dcb19a9403ddeb7b75" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @vect/column-quantifier | ||
# @vect/col-quantifier | ||
@@ -13,8 +13,8 @@ [![npm version][badge-npm-version]][url-npm] | ||
[//]: <> (Shields) | ||
[badge-npm-version]: https://flat.badgen.net/npm/v/@vect/column-quantifier | ||
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@vect/column-quantifier | ||
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@vect/column-quantifier | ||
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@vect/column-quantifier | ||
[badge-npm-license]: https://flat.badgen.net/npm/license/@vect/column-quantifier | ||
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@vect/column-quantifier | ||
[badge-npm-version]: https://flat.badgen.net/npm/cell/@vect/col-quantifier | ||
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@vect/col-quantifier | ||
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@vect/col-quantifier | ||
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@vect/col-quantifier | ||
[badge-npm-license]: https://flat.badgen.net/npm/license/@vect/col-quantifier | ||
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@vect/col-quantifier | ||
[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/column-quantifier | ||
[url-pp]: https://packagephobia.now.sh/result?p=@vect/column-quantifier | ||
[url-npm]: https://npmjs.org/package/@vect/col-quantifier | ||
[url-pp]: https://packagephobia.now.sh/result?p=@vect/col-quantifier | ||
[url-github]: https://github.com/hoyeungw/vect | ||
@@ -34,6 +34,6 @@ | ||
##### every: | ||
- Return true if every element in a specified column of a matrix matches the input criteria. | ||
- Return true if every element in a specified col 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 column of a matrix matches the input criteria. | ||
- Return true if at least one element in a specified col of a matrix matches the input criteria. | ||
- Return false if either height or width is zero. | ||
@@ -43,3 +43,3 @@ | ||
```console | ||
$ npm install @vect/column-quantifier | ||
$ npm install @vect/col-quantifier | ||
``` | ||
@@ -46,0 +46,0 @@ |
7798
+ Added@vect/matrix-size@0.0.20(transitive)
- Removed@vect/matrix-size@0.0.19(transitive)
Updated@vect/matrix-size@^0.0.20