Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "athro", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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", |
export default binarySearch(arr,num) =>{ | ||
export default binarySearch = (arr,num) =>{ | ||
@@ -6,0 +6,0 @@ let low = 0; |
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
1668