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

priorityqueuejs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

priorityqueuejs - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.travis.yml

5

package.json
{
"name": "priorityqueuejs",
"version": "1.0.0",
"version": "2.0.0",
"description": "a simple priority queue data structure",

@@ -12,4 +12,3 @@ "author": "Jano González <info@janogonzalez.com>",

"main": "index.js",
"dependencies": {
},
"dependencies": {},
"scripts": {

@@ -16,0 +15,0 @@ "test": "mocha"

3

test/priorityqueue.js

@@ -0,1 +1,4 @@

var expect = require('expect.js');
var PriorityQueue = require('..')
describe('PriorityQueue()', function() {

@@ -2,0 +5,0 @@ it('returns an new PriorityQueue', function() {

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