node-structures
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -92,3 +92,3 @@ /** | ||
if (a == b) | ||
if (a === b) | ||
return 0; | ||
@@ -95,0 +95,0 @@ |
{ | ||
"name": "node-structures", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Albert Hambardzumyan", |
@@ -15,4 +15,4 @@ # node-structures | ||
* [Queue](#queue) | ||
* [Priority Queue](#linkedlist) | ||
* [Linked List](#linkedlist) | ||
* [Priority Queue](#priority-queue) | ||
* [Linked List](#linked-list) | ||
@@ -170,3 +170,3 @@ # Installation | ||
###LinkedList | ||
###Linked List | ||
```` javascript | ||
@@ -173,0 +173,0 @@ const LinkedList = require('node-structures').LinkedList; |
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
33533