Socket
Socket
Sign inDemoInstall

sort-algorithms-js

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.0.6

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [3.0.6] - 2020-05-01
### Fixed
- README
## [3.0.5] - 2020-05-01

@@ -11,0 +15,0 @@ ### Fixed

2

package.json
{
"name": "sort-algorithms-js",
"version": "3.0.5",
"version": "3.0.6",
"description": "production-ready sort algorithms implementation in javascript.",

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

@@ -385,5 +385,5 @@ <img width="400" alt="aljs" src="https://user-images.githubusercontent.com/6517308/80581008-1a8ff180-89d2-11ea-9126-25e91a00da6d.png">

## Collaboration
I welcome every collaboration in the project whether in improving what is implmented or adding new algorithms. Simply fork the repo to your github and and push your code. It just has to be consistent with the existing code structure and style, and deliver tested and documented solution. Once done, open a PR from development branch. Thanks!
I welcome every collaboration in the project whether in improving what is implmented or adding new algorithms. Simply fork the repo to your github and push your code. It just has to be consistent with the existing code structure and style, and deliver tested and documented solution. Once done, open a PR from development branch. Thanks!
### License
The MIT License. Full License is [here](https://github.com/eyas-ranjous/sort-algorithms-js/blob/master/LICENSE)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with āš”ļø by Socket Inc