@tsdotnet/linked-node-list
Advanced tools
Comparing version 1.3.9 to 1.3.10
{ | ||
"name": "@tsdotnet/linked-node-list", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "An unprotected bi-directional linked list. Useful for implementing other collections.", | ||
@@ -62,3 +62,3 @@ "author": "electricessence", | ||
"dependencies": { | ||
"@tsdotnet/collection-base": "^2.0.1", | ||
"@tsdotnet/collection-base": "^2.0.2", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
@@ -65,0 +65,0 @@ "@tsdotnet/exceptions": "^1.0.15", |
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
53773