doublylinked
Advanced tools
Comparing version 2.4.5 to 2.5.0
/// <reference lib="es2015.symbol" /> | ||
declare module 'lib/doubly-linked' { | ||
declare module 'doublylinked' { | ||
@@ -5,0 +5,0 @@ type Maybe<T> = T | void; |
{ | ||
"name": "doublylinked", | ||
"description": "Doubly linked list implementation for JavaScript with iterator and array-like interface", | ||
"version": "2.4.5", | ||
"version": "2.5.0", | ||
"author": "Panates Ltd.", | ||
@@ -10,3 +10,3 @@ "contributors": [ | ||
"main": "lib/doubly-linked.js", | ||
"types": "./lib/DoublyLinked.d.ts", | ||
"types": "./lib/doubly-linked.d.ts", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "repository": "panates/doublylinked", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
38662