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

min-heap-typed

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-heap-typed - npm Package Compare versions

Comparing version 1.37.4 to 1.37.5

4

dist/index.d.ts

@@ -8,2 +8,4 @@ /**

*/
export * from 'data-structure-typed';
export * from 'data-structure-typed/src/data-structures/heap/min-heap';
export * from 'data-structure-typed/src/types/data-structures/heap/min-heap';
export * from 'data-structure-typed/src/types/helpers';

@@ -25,2 +25,4 @@ "use strict";

// export { MinHeap } from 'data-structure-typed';
__exportStar(require("data-structure-typed"), exports);
__exportStar(require("data-structure-typed/src/data-structures/heap/min-heap"), exports);
__exportStar(require("data-structure-typed/src/types/data-structures/heap/min-heap"), exports);
__exportStar(require("data-structure-typed/src/types/helpers"), exports);
{
"name": "min-heap-typed",
"version": "1.37.4",
"version": "1.37.5",
"description": "Min Heap. Javascript & Typescript Data Structure.",

@@ -134,4 +134,4 @@ "main": "dist/index.js",

"dependencies": {
"data-structure-typed": "^1.37.4"
"data-structure-typed": "^1.37.5"
}
}

@@ -9,2 +9,4 @@ /**

// export { MinHeap } from 'data-structure-typed';
export * from 'data-structure-typed';
export * from 'data-structure-typed/src/data-structures/heap/min-heap';
export * from 'data-structure-typed/src/types/data-structures/heap/min-heap';
export * from 'data-structure-typed/src/types/helpers';
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