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

queue-pri

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queue-pri - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js
/**
* @fileOverview Implementation of a priority queue data structure
* @author Jason S. Jones
* @version 0.1.0
* @version 0.1.1
* @license MIT

@@ -6,0 +6,0 @@ */

{
"name": "queue-pri",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javascript implementation of a priority queue data structure",

@@ -14,3 +14,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/jasonsjones/priority-queue.git"
"url": "https://github.com/jasonsjones/queue-pri.git"
},

@@ -25,5 +25,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/jasonsjones/priority-queue/issues"
"url": "https://github.com/jasonsjones/queue-pri/issues"
},
"homepage": "https://github.com/jasonsjones/priority-queue",
"homepage": "https://github.com/jasonsjones/queue-pri",
"devDependencies": {

@@ -30,0 +30,0 @@ "grunt": "^0.4.5",

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