Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "eter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Lightweight collections for JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": ["collections", "stack", "queue", "linked list", "trie"], |
@@ -88,3 +88,3 @@ # Eter | ||
m.set('key', 'value'); | ||
m.set('key');//value | ||
m.get('key');//value | ||
@@ -91,0 +91,0 @@ m.contains('key');//true |
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