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

heap

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heap - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

.travis.yml

5

package.json
{
"name" : "heap"
, "version" : "0.2.3"
, "version" : "0.2.4"
, "description" : "binary heap (priority queue) algorithms (ported from Python's heapq module)"

@@ -15,2 +15,5 @@ , "homepage" : "https://github.com/qiao/heap.js"

}
, "scripts" : {
"test" : "make test"
}
, "repository" : {

@@ -17,0 +20,0 @@ "type" : "git"

4

README.md
Heap.js
=======
[![Build Status](https://travis-ci.org/qiao/heap.js.svg?branch=master)](https://travis-ci.org/qiao/heap.js)
A binary heap implementation in CoffeeScript/JavaScript. Ported from Python's [heapq](http://docs.python.org/library/heapq.html) module.

@@ -111,3 +113,3 @@

**peep()** (alias: **top** / **front**)
**peek()** (alias: **top** / **front**)

@@ -114,0 +116,0 @@ Return the smallest item of the heap.

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