You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

it-sort

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-sort - npm Package Compare versions

Comparing version
3.0.2
to
3.0.3
+2
-6
package.json
{
"name": "it-sort",
"version": "3.0.2",
"version": "3.0.3",
"description": "Collects all values from an async iterator, sorts them using the passed function and yields them",

@@ -15,6 +15,2 @@ "author": "Alex Potsides <alex@achingbrain.net>",

},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"type": "module",

@@ -142,4 +138,4 @@ "types": "./dist/src/index.d.ts",

"devDependencies": {
"aegir": "^39.0.2"
"aegir": "^40.0.11"
}
}