array-mapcat
Advanced tools
Comparing version 0.1.1 to 0.1.2
# Change Log | ||
All notable changes to this project will be documented in this file (keepachangelog.com). | ||
## 0.1.2 - 2016-01-11 | ||
### Added | ||
- Add keywords. | ||
## 0.1.1 - 2016-01-11 | ||
### Added | ||
### Changed | ||
- sentances => sentences | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "array-mapcat", | ||
"description": "Curried function deriving new array values by applying provided function to each item/index of provided array then applying `concat` to the results. Fast and compatible with modern or old browsers.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Wil Moore III <wil.moore@wilmoore.com>", | ||
@@ -27,2 +27,3 @@ "bugs": { | ||
"array-map", | ||
"array-mapcat", | ||
"arraymap", | ||
@@ -32,6 +33,9 @@ "auto-curried", | ||
"concat", | ||
"mapcat", | ||
"array-mapcat", | ||
"curried", | ||
"map" | ||
"flat", | ||
"flat-map", | ||
"flat_map", | ||
"flatmap", | ||
"map", | ||
"mapcat" | ||
], | ||
@@ -38,0 +42,0 @@ "license": "MIT", |
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
6737