doublylinked
Advanced tools
Comparing version 2.2.4 to 2.3.0
@@ -407,2 +407,4 @@ /* doublylinked | ||
push(...element) { | ||
if (element.length) | ||
this._eof = false; | ||
for (const arg of element) { | ||
@@ -409,0 +411,0 @@ const node = new Node(this, arg); |
{ | ||
"name": "doublylinked", | ||
"description": "Doubly linked list implementation for JavaScript with iterator and array-like interface", | ||
"version": "2.2.4", | ||
"version": "2.3.0", | ||
"author": "Panates Ltd.", | ||
@@ -22,9 +22,9 @@ "contributors": [ | ||
"devDependencies": { | ||
"eslint": "^7.4.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-google": "^0.14.0", | ||
"mocha": "^8.0.1", | ||
"mocha": "^8.1.3", | ||
"nyc": "^15.1.0" | ||
}, | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 10.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "directories": { |
37759
658