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.0.5 to 1.0.6

1

index.js
export {binarySearch} from './src/searching/binarySearch';
export {linearSearch} from './src/searching/linearSearch';

2

package.json
{
"name": "athro",
"version": "1.0.5",
"version": "1.0.6",
"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",

function binarySearch(arr,num){
export default binarySearch(arr,num) =>{

@@ -23,3 +23,2 @@ let low = 0;

}
return -1;

@@ -29,3 +28,2 @@

export {binarySearch}
// console.log("Element found : ", binarySearch([1,2,3,4,5], 7))
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