Comparing version 1.2.8 to 1.2.9
@@ -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============== |
{ | ||
"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'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145267
14
7152