New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.1.5

4

changelog.md
# Change Log
All notable changes to this project will be documented in this file (keepachangelog.com).
## 0.1.5 - 2016-03-01
### Fixed
- Update outdated dependencies.
## 0.1.4 - 2016-01-13

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

14

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.4",
"version": "0.1.5",
"author": "Wil Moore III <wil.moore@wilmoore.com>",

@@ -11,11 +11,11 @@ "bugs": {

"arraymap": "^0.1.2",
"curry2": "^0.1.0"
"curry2": "^1.0.3"
},
"devDependencies": {
"dependency-check": "^2.4.0",
"fixpack": "^2.2.0",
"istanbul": "^0.3.13",
"nodemon": "^1.3.7",
"standard": "^3.7.1",
"tap-spec": "^2.2.2",
"fixpack": "^2.3.0",
"istanbul": "^0.4.2",
"nodemon": "^1.9.1",
"standard": "^6.0.7",
"tap-spec": "^4.1.1",
"tape": "^4.0.0",

@@ -22,0 +22,0 @@ "tape-catch": "^1.0.4"

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