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

array-fp-utils

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-fp-utils - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

CHANGELOG.md
# array-fp-utils
## 0.1.1
### Patch Changes
- b8e644c: Update in-document link attributes
## 0.1.0

@@ -4,0 +10,0 @@

19

package.json
{
"name": "array-fp-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Array utilities for functional programming in TypeScript.",

@@ -14,2 +14,19 @@ "keywords": [

},
"contributors": [
{
"name": "Dimitrios C. Michalakos",
"email": "dimitris@jmike.gr",
"url": "https://github.com/jmike"
},
{
"name": "Nikolaos Tsompanidis",
"email": "nikostsompanides@gmail.com",
"url": "https://github.com/NikosTsompanides"
},
{
"name": "Konstantinos Liberopoulos",
"email": "libekonst@gmail.com",
"url": "https://github.com/libekonst"
}
],
"repository": {

@@ -16,0 +33,0 @@ "type": "git",

16

README.md

@@ -34,3 +34,3 @@ # array-fp-utils

### <a name="groupBy" href="groupBy">#</a>groupBy
### <a id="groupBy"></a>groupBy

@@ -83,3 +83,3 @@ ```typescript

### <a name="intersect" href="intersect">#</a>intersect
### <a id="intersect"></a>intersect

@@ -97,3 +97,3 @@ ```typescript

### <a name="intersectWith" href="intersectWith">#</a>intersectWith
### <a id="intersectWith"></a>intersectWith

@@ -123,3 +123,3 @@ ```typescript

### <a name="isDistinctArray" href="isDistinctArray">#</a>isDistinctArray
### <a id="isDistinctArray"></a>isDistinctArray

@@ -134,3 +134,3 @@ ```typescript

### <a name="isSubsetOf" href="isSubsetOf">#</a>isSubsetOf
### <a id="isSubsetOf"></a>isSubsetOf

@@ -147,3 +147,3 @@ ```typescript

### <a name="isSubsetOfWith" href="isSubsetOfWith">#</a>isSubsetOfWith
### <a id="isSubsetOfWith"></a>isSubsetOfWith

@@ -169,3 +169,3 @@ ```typescript

### <a name="unique" href="unique">#</a>unique
### <a id="unique"></a>unique

@@ -189,3 +189,3 @@ ```typescript

### <a name="uniqueBy" href="uniqueBy">#</a>uniqueBy
### <a id="uniqueBy"></a>uniqueBy

@@ -192,0 +192,0 @@ ```typescript

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