🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

datacorejs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datacorejs - npm Package Compare versions

Comparing version

to
2.0.0

2

package.json
{
"name": "datacorejs",
"version": "1.0.4",
"version": "2.0.0",
"description": "Collection of essential data structures implemented in javascript",

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

@@ -8,3 +8,3 @@ # datacorejs

Datacorejs is a JavaScript library that provides a collection of commonly used data structures to simplify your development tasks. Whether you're working on algorithms, data manipulation, or need efficient storage solutions, this package has you covered. It's designed to be easy to use, well-documented, and highly performant.
Datacorejs is a JavaScript library that provides a collection of commonly used data structures to simplify your development tasks. Whether you're working on algorithms or data manipulation, this package has you covered. It's designed to be easy to use, well-documented, and highly performant.

@@ -16,3 +16,3 @@ ## Table of Contents

- [API](#api)
- [constructor](#constructor)
- [Constructor](#Constructor)
- [LinkedList](#LinkedList)

@@ -48,3 +48,3 @@ - [DoublyLinkedList](#DoublyLinkedList)

### constructor
### Constructor

@@ -51,0 +51,0 @@ ```js