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

athro

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

athro - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

src/dataStructures/linkedList/DoublyLinkedList.js

7

index.js

@@ -25,1 +25,8 @@

export {bifurcateArray} from './src/generics/bifurcateArray';
//============Add Tree Trvaersal Here===================
//============Data Structures===================
export { SinglyLinkedList } from './src/dataStructures/linkedList/SinglyLinkedList';

9

package.json
{
"name": "athro",
"version": "1.4.2",
"version": "1.5.0",
"description": "A library for javascript which contains basic datastructures, algorithms and some generic functionalities which a developer needs",

@@ -13,2 +13,9 @@ "main": "index.js",

"generics",
"stack",
"queue",
"linkedlist",
"doublylinkedlist",
"trees",
"binarysearchtree",
"bst",
"front-end",

@@ -15,0 +22,0 @@ "backend",

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