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.8 to 3.0.9

4

CHANGELOG.md

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

## [3.0.9] - 2020-05-01
### Fixed
- README
## [3.0.8] - 2020-05-01

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

2

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

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

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

* [Build](#build)
* [Collaboration](#collaboration) šŸ¤
* [Contribution](#contribution) šŸ¤
* [License](#license)

@@ -385,6 +385,6 @@

## Collaboration
If you have some ideas to improve the implemented algorithms or add new ones, feel free to fork the repo to your github and push your code. It just has to be consistent with the existing code structure and style, as well as tests and README. Once done, please open a PR from development branch. Thanks šŸŒ 
## Contribution
If you'd like to contribute to the project to improve the existing algorithms or implement new ones, feel free to fork the repo in your github and push your code. It just needs to be consistent with the existing code structure and style, as well as tests and README. Once done, please open a PR from development branch. Thanks šŸŒ 
### License
## 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