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

flex-algo

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-algo - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

4

lib/index.d.ts
import { PriorityQueue } from './priorityQueue';
import { BinaryTree, BinaryNode } from './binaryTree';
export { PriorityQueue, BinaryTree, BinaryNode };
import { BST } from './bst';
import { quickSort } from './quickSort';
export { PriorityQueue, BinaryTree, BinaryNode, BST, quickSort };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BinaryNode = exports.BinaryTree = exports.PriorityQueue = void 0;
exports.quickSort = exports.BST = exports.BinaryNode = exports.BinaryTree = exports.PriorityQueue = void 0;
var priorityQueue_1 = require("./priorityQueue");

@@ -9,1 +9,5 @@ Object.defineProperty(exports, "PriorityQueue", { enumerable: true, get: function () { return priorityQueue_1.PriorityQueue; } });

Object.defineProperty(exports, "BinaryNode", { enumerable: true, get: function () { return binaryTree_1.BinaryNode; } });
var bst_1 = require("./bst");
Object.defineProperty(exports, "BST", { enumerable: true, get: function () { return bst_1.BST; } });
var quickSort_1 = require("./quickSort");
Object.defineProperty(exports, "quickSort", { enumerable: true, get: function () { return quickSort_1.quickSort; } });
{
"name": "flex-algo",
"version": "0.1.9",
"version": "0.1.10",
"description": "\"SDK for commonly used data structure and algorithms\"",

@@ -5,0 +5,0 @@ "main": "lib/index.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