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

js-heap

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-heap - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

heap.js

@@ -119,5 +119,5 @@ /**

var a = this._array;
var v = this._array[i];
this._array[i] = this._array[j];
this._array[j] = v;
var v = a[i];
a[i] = a[j];
a[j] = v;
};

@@ -124,0 +124,0 @@

{
"name": "js-heap",
"version": "0.3.0",
"version": "0.3.1",
"description": "A javascript heap implementation",

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

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