New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adv-dsa

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adv-dsa - npm Package Compare versions

Comparing version 1.0.5 to 1.1.5

.github/ISSUE_TEMPLATE/custom.md

6

index.js

@@ -58,2 +58,5 @@ const SinglyLinkedList = require('./data-structures/linked-lists/SinglyLinkedList');

const DecisionTree = require('./algorithms/ml-statistical/decisionTrees');
const RandomizedQuickSort = require('./algorithms/sorting/randomizedQuickSort');
const RandomizedPrimalityTesting = require('./algorithms/randomized/randomizedPrimalityTesting');
const UtilityFunctions = require('./utils/utilityFunctions');
// Import other data structures and algorithms as needed

@@ -120,3 +123,6 @@

DecisionTree,
RandomizedQuickSort,
RandomizedPrimalityTesting,
UtilityFunctions,
// Export other data structures and algorithms as well
};

6

package.json
{
"name": "adv-dsa",
"version": "1.0.5",
"description": "JavaScript Data Structures and Algorithms Library",
"version": "1.1.5",
"description": "JS-DSA is a comprehensive collection of data structures and algorithms implemented in JavaScript. This project is designed to be a helpful resource for developers, students, and anyone interested in learning about data structures and algorithms through practical JavaScript examples.",
"keywords": [

@@ -24,2 +24,2 @@ "data-structures",

}
}
}

@@ -83,7 +83,2 @@ ```bash

| | |-- randomizedPrimalityTesting.js
| |-- cryptography/
| |-- rsaEncryption.js
| |-- rsaDecryption.js
| |-- aesEncryption.js
| |-- aesDecryption.js
|

@@ -179,7 +174,2 @@ |-- utils/

| | | |-- randomizedPrimalityTesting.test.js
| | |-- cryptography/
| | |-- rsaEncryption.test.js
| | |-- rsaDecryption.test.js
| | |-- aesEncryption.test.js
| | |-- aesDecryption.test.js
|

@@ -190,2 +180,2 @@ |-- docs/

|-- usage-examples.md
```
```
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