@tsdotnet/linked-node-list
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@tsdotnet/linked-node-list", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "An unprotected bi-directional linked list. Useful for implementing other collections.", | ||
@@ -62,6 +62,7 @@ "author": "electricessence", | ||
"dependencies": { | ||
"@tsdotnet/collection-base": "^1.0.14", | ||
"@tsdotnet/collection-base": "^1.0.16", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
"@tsdotnet/exceptions": "^1.0.14" | ||
"@tsdotnet/exceptions": "^1.0.15", | ||
"tslib": "^2.0.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
51394
4
+ Addedtslib@^2.0.0
Updated@tsdotnet/exceptions@^1.0.15