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

aqsort

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aqsort - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

index.js

@@ -27,3 +27,3 @@ var async = require('async');

}
async.parallel({
async.series({
left: function(next) { aqsort(left, comp, next); },

@@ -30,0 +30,0 @@ right: function(next) { aqsort(right, comp, next); }

{
"name": "aqsort",
"version": "1.0.1",
"version": "1.1.0",
"description": "Asynchronous qsort implemented in JavaScript",

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

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