sectioned-list
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sectioned-list", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A linked list of arrays with predefined max lengths. Add to the list and items flow into sections.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,4 @@ A linked list of arrays with predefined max lengths. | ||
- `addItems(Array<any>)` Adds the items to the list by calling `addItem()` for each item in order. | ||
- `sections` Get all sections in the list. | ||
- `sectionedItems` Get an array of the items in the list in their section arrays. The returned value looks like this: `Array<Array<any>>` | ||
@@ -22,0 +24,0 @@ See the tests (`tests/sectionedList_test.js`) to see how these methods are used. |
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
14809
72
0