@tsdotnet/linked-node-list
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "@tsdotnet/linked-node-list", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "An unprotected bi-directional linked list. Useful for implementing other collections.", | ||
@@ -44,4 +44,4 @@ "author": "electricessence", | ||
"@types/mocha": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"@typescript-eslint/parser": "^2.34.0", | ||
"chai": "^4.2.0", | ||
@@ -59,7 +59,7 @@ "copyfiles": "^2.2.0", | ||
"ts-node": "^8.10.1", | ||
"typedoc": "^0.17.6", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.2" | ||
}, | ||
"dependencies": { | ||
"@tsdotnet/collection-base": "^1.0.16", | ||
"@tsdotnet/collection-base": "^2.0.0", | ||
"@tsdotnet/common-interfaces": "^1.0.4", | ||
@@ -66,0 +66,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
53100
+ Added@tsdotnet/collection-base@2.0.13(transitive)
- Removed@tsdotnet/collection-base@1.0.16(transitive)