Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

athro

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

athro - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

src/sorting/mergeSort.js

2

index.js

@@ -6,2 +6,3 @@

//==============Sorting==============

@@ -11,2 +12,3 @@ export {bubbleSort} from './src/sorting/bubbleSort';

export {insertionSort} from './src/sorting/insertionSort';
export {mergeSort} from './src/sorting/mergeSort';

@@ -13,0 +15,0 @@ //==============Generics==============

2

package.json
{
"name": "athro",
"version": "1.2.8",
"version": "1.2.9",
"description": "A library for javascript which contains basic datastructures, algorithms and some generic functionalities which a developer needs",

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

@@ -82,3 +82,3 @@

```
Pass a decimal/floating point number and decimal places upto which you want to round it to"
Pass a decimal/floating point number and decimal places upto which you want to round it to

@@ -91,3 +91,3 @@ import { handleDecimal } from 'athro';

```
Pass date object to convert it to -> sample : Jan 21 2020 format (Month Day Year)"
Pass date object to convert it to -> sample : Jan 21 2020 format (Month Day Year)

@@ -100,3 +100,3 @@ import { beautifyDate } from 'athro';

```
Pass number to convert to to a much more readable format -> sample : 10186438.12 gets converted to 10,186,438 "
Pass number to convert to to a much more readable format -> sample : 10186438.12 gets converted to 10,186,438

@@ -110,3 +110,3 @@ import { beautifyNumber } from 'athro';

```
Pass currency code to return the symbol for the currency -> sample : USD gets converted to $ "
Pass currency code to return the symbol for the currency -> sample : USD gets converted to $

@@ -113,0 +113,0 @@ import { currencySymbol } from 'athro';

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