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

allalgorithms

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allalgorithms - npm Package Compare versions

Comparing version

to
0.0.2

index.js

3

changelog.md

@@ -8,3 +8,6 @@ <div align="left">

# `0.0.2`
- Fix installing issue
# `0.0.1`

@@ -11,0 +14,0 @@

{
"name": "allalgorithms",
"version": "0.0.1",
"version": "0.0.2",
"description": "A collection of All ▲lgorithms implemented in JavaScript",

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

},
"files": [
"index.js",
"src/"
],
"keywords": [

@@ -15,0 +19,0 @@ "computer-science",

2

readme.md

@@ -56,3 +56,3 @@ <div align="center">

- ### Sorting
- **Sorting**
- [Bubble Sort](https://js.allalgorithms.com/sorting/bubble-sort)

@@ -59,0 +59,0 @@ - [Merge Sort](https://js.allalgorithms.com/sorting/merge-sort)