New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.1.2

3

lib/index.d.ts
import { PriorityQueue } from './priorityQueue';
export { PriorityQueue };
import { BinaryTree } from './binaryTree';
export { PriorityQueue, BinaryTree };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriorityQueue = void 0;
exports.BinaryTree = exports.PriorityQueue = void 0;
var priorityQueue_1 = require("./priorityQueue");
Object.defineProperty(exports, "PriorityQueue", { enumerable: true, get: function () { return priorityQueue_1.PriorityQueue; } });
var binaryTree_1 = require("./binaryTree");
Object.defineProperty(exports, "BinaryTree", { enumerable: true, get: function () { return binaryTree_1.BinaryTree; } });
{
"name": "flex-algo",
"version": "0.1.1",
"version": "0.1.2",
"description": "\"SDK for commonly used data structure and algorithms\"",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -7,1 +7,6 @@ # flex-algo

# Usage
# How to publish
```
npm publish
```
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