Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-structures

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-structures - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

lib/priorityQueue.js

@@ -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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc