Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

array-mapcat

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-mapcat - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

changelog.md
# Change Log
All notable changes to this project will be documented in this file (keepachangelog.com).
## 0.1.3 - 2016-01-12
### Added
- Update overview.
## 0.1.2 - 2016-01-11

@@ -5,0 +9,0 @@ ### Added

8

package.json
{
"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.2",
"version": "0.1.3",
"author": "Wil Moore III <wil.moore@wilmoore.com>",

@@ -29,5 +29,8 @@ "bugs": {

"arraymap",
"auto-curried",
"function",
"functional",
"collect",
"concat",
"concat-map",
"concatMap",
"curried",

@@ -38,2 +41,3 @@ "flat",

"flatmap",
"higher-order",
"map",

@@ -40,0 +44,0 @@ "mapcat"

@@ -18,3 +18,4 @@ # array-mapcat

Optionally, a dot-notation formatted string may be provided for item property access.
- This is similar to doing `[].concat.apply([], [].map())` but in a more functional and compositionally friendly way.
- Optionally, a dot-notation formatted string may be provided for item property access.

@@ -81,2 +82,6 @@ ## API Example

## Alternatives
- [concat-map]
## Contributing

@@ -93,1 +98,2 @@

[flat_map]: http://apidock.com/ruby/Enumerable/flat_map
[concat-map]: https://www.npmjs.com/package/concat-map
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc