Socket
Socket
Sign inDemoInstall

@datastructures-js/priority-queue

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js
/**
* datastructures-js/queue/PriorityQueue
* datastructures-js/priority-queue
* @copyright 2018 Eyas Ranjous <eyas.ranjous@gmail.com>

@@ -4,0 +4,0 @@ * @license MIT

{
"name": "@datastructures-js/priority-queue",
"version": "1.0.0",
"version": "1.0.1",
"description": "priority queue implementation in javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,6 +0,6 @@

# Queue
# @datastrucures-js/priority-queue
[![build:?](https://travis-ci.org/eyas-ranjous/datatructures-js/priority-queue.svg?branch=master)](https://travis-ci.org/eyas-ranjous/datatructures-js/priority-queue)
[![build:?](https://travis-ci.org/datastructures-js/priority-queue.svg?branch=master)](https://travis-ci.org/datastructures-js/priority-queue)
[![npm](https://img.shields.io/npm/v/@datastructures-js/priority-queue.svg)](https://www.npmjs.com/package/@datastructures-js/priority-queue)
[![npm](https://img.shields.io/npm/dm/@datastructures-js/priority-queue.svg)](https://www.npmjs.com/packages/@datastructures-js/priority-queue) [![npm](https://img.shields.io/badge/node-%3E=%206.0-blue.svg)](https://www.npmjs.com/package/@datastructures-js/priority-queue)
[![npm](https://img.shields.io/npm/dm/@datastructures-js/priority-queue.svg)](https://www.npmjs.com/package/@datastructures-js/priority-queue) [![npm](https://img.shields.io/badge/node-%3E=%206.0-blue.svg)](https://www.npmjs.com/package/@datastructures-js/priority-queue)

@@ -84,2 +84,2 @@ elements data type: any type.

## License
The MIT License. Full License is [here](https://github.com/datastructures-js/queue/blob/master/LICENSE)
The MIT License. Full License is [here](https://github.com/datastructures-js/priority-queue/blob/master/LICENSE)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc