extra-iterable
Advanced tools
Comparing version 3.0.140 to 3.0.141
{ | ||
"name": "extra-iterable", | ||
"version": "3.0.140", | ||
"version": "3.0.141", | ||
"description": "An iterable is a sequence of values.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,3 +64,3 @@ An [iterable] is a sequence of values.<br> | ||
| [size] | Counts the number of values. | | ||
| | | ||
| | | | ||
| [entries] | Lists all index-value pairs. | | ||
@@ -70,3 +70,3 @@ | [iterator] | Gives iterator for iterable. | | ||
| [from] | Converts iterator to iterable. | | ||
| | | ||
| | | | ||
| [take] | Keeps first n values only. | | ||
@@ -82,3 +82,3 @@ | [drop] | Discards first n values only. | | ||
| [splice] | Removes or replaces existing values. | | ||
| | | ||
| | | | ||
| [chunk] | Breaks iterable into chunks of given size. | | ||
@@ -92,3 +92,3 @@ | [cycle] | Gives values that cycle through an iterable. | | ||
| [flat] | Flattens nested iterable to given depth. | | ||
| | | ||
| | | | ||
| [min] | Finds smallest entry. | | ||
@@ -103,3 +103,3 @@ | [max] | Finds largest entry. | | ||
| [join] | Joins values together. | | ||
| | | ||
| | | | ||
| [map] | Updates values based on map function. | | ||
@@ -111,3 +111,3 @@ | [filter] | Keeps the values which pass a test. | | ||
| [zip] | Combines values from iterables. | | ||
| | | ||
| | | | ||
| [unique] | Removes duplicate values. | | ||
@@ -120,3 +120,3 @@ | [union] | Gives values present in any iterable. | | ||
| [isDisjoint] | Checks if iterables have no value in common. | | ||
| | | ||
| | | | ||
| [hasValue] | Checks if iterable has a value. | | ||
@@ -127,3 +127,3 @@ | [hasPrefix] | Checks if iterable starts with a prefix. | | ||
| [hasSubsequence] | Checks if iterable has a subsequence. | | ||
| | | ||
| | | | ||
| [isEqual] | Checks if two iterables are equal. | | ||
@@ -141,2 +141,3 @@ | [compare] | Compares two iterables. | | ||
[![](https://img.youtube.com/vi/qgxPbqDskyw/maxresdefault.jpg)](https://www.youtube.com/watch?v=qgxPbqDskyw) | ||
@@ -143,0 +144,0 @@ |
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
125391
202