@vect/vector-mapper
Advanced tools
Comparing version 0.0.1 to 0.0.4
{ | ||
"name": "@vect/vector-mapper", | ||
"version": "0.0.1", | ||
"version": "0.0.4", | ||
"description": "A debugging tool", | ||
@@ -32,4 +32,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "7bf35257f5abceb6b873d4385cb0a0599cedf26c" | ||
"homepage": "https://github.com/hoyeungw/vect#readme" | ||
} |
@@ -8,5 +8,5 @@ # @vect/vector-mapper | ||
[![npm license][badge-npm-license]][url-npm] | ||
[![pp install size][badge-pp-install-size]][url-pp] | ||
[![github commit last][badge-github-last-commit]][url-github] | ||
[![github commit total][badge-github-commit-count]][url-github] | ||
[![pp install size][badge-pp-install-size]][url-pp] | ||
@@ -19,16 +19,17 @@ [//]: <> (Shields) | ||
[badge-npm-license]: https://flat.badgen.net/npm/license/@vect/vector-mapper | ||
[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/@vect/vector-mapper | ||
[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/@vect/vector-mapper | ||
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@vect/vector-mapper | ||
[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/vect | ||
[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/vect | ||
[//]: <> (Link) | ||
[url-npm]: https://npmjs.org/package/@vect/vector-mapper | ||
[url-github]: https://github.com/hoyeungw/@vect/vector-mapper | ||
[url-pp]: https://packagephobia.now.sh/result?p=@vect/vector-mapper | ||
[url-github]: https://github.com/hoyeungw/vect | ||
##### Util for array | ||
##### Map through each element of an array. | ||
#### Features | ||
- ES2015 syntax | ||
- **Mapper** map an array and return a new array | ||
- **Mutate** map an array and return the array itself | ||
@@ -45,2 +46,2 @@ #### Install | ||
#### Meta | ||
[LICENSE (MIT)](/LICENSE) | ||
[LICENSE (MIT)](LICENSE) |
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
4106
45