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.4
to
3.0.5
+6
dist/typedoc-urls.json
{
"CompareFunction": "https://achingbrain.github.io/it/interfaces/it_sort.CompareFunction.html",
".:CompareFunction": "https://achingbrain.github.io/it/interfaces/it_sort.CompareFunction.html",
"default": "https://achingbrain.github.io/it/functions/it_sort.default.html",
".:default": "https://achingbrain.github.io/it/functions/it_sort.default.html"
}
+8
-90
{
"name": "it-sort",
"version": "3.0.4",
"version": "3.0.5",
"description": "Collects all values from an async iterator, sorts them using the passed function and yields them",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/achingbrain/it/tree/master/packages/it-sort#readme",
"homepage": "https://github.com/achingbrain/it/tree/main/packages/it-sort#readme",
"repository": {

@@ -15,2 +15,6 @@ "type": "git",

},
"publishConfig": {
"access": "public",
"provenance": true
},
"type": "module",

@@ -37,87 +41,2 @@ "types": "./dist/src/index.d.ts",

},
"release": {
"branches": [
"master"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{
"breaking": true,
"release": "major"
},
{
"revert": true,
"release": "patch"
},
{
"type": "feat",
"release": "minor"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "docs",
"release": "patch"
},
{
"type": "test",
"release": "patch"
},
{
"type": "deps",
"release": "patch"
},
{
"scope": "no-release",
"release": false
}
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Trivial Changes"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "deps",
"section": "Dependencies"
},
{
"type": "test",
"section": "Tests"
}
]
}
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"scripts": {

@@ -133,4 +52,3 @@ "build": "aegir build",

"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"release": "aegir release"
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox"
},

@@ -141,4 +59,4 @@ "dependencies": {

"devDependencies": {
"aegir": "^41.1.9"
"aegir": "^42.2.5"
}
}

@@ -0,3 +1,5 @@

# it-sort
[![codecov](https://img.shields.io/codecov/c/github/achingbrain/it.svg?style=flat-square)](https://codecov.io/gh/achingbrain/it)
[![CI](https://img.shields.io/github/actions/workflow/status/achingbrain/it/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/achingbrain/it/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
[![CI](https://img.shields.io/github/actions/workflow/status/achingbrain/it/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/achingbrain/it/actions/workflows/js-test-and-release.yml?query=branch%3Amain)

@@ -8,2 +10,17 @@ > Collects all values from an async iterator, sorts them using the passed function and yields them

<!--
!IMPORTANT!
Everything in this README between "# About" and "# Install" is automatically
generated and will be overwritten the next time the doc generator is run.
To make changes to this section, please update the @packageDocumentation section
of src/index.js or src/index.ts
To experiment with formatting, please run "npm run docs" from the root of this
repo and examine the changes made.
-->
Consumes all values from an (async)iterable and returns them sorted by the passed sort function.

@@ -62,2 +79,6 @@

# API Docs
- <https://achingbrain.github.io/it/modules/it_sort.html>
# License

@@ -64,0 +85,0 @@

Sorry, the diff of this file is not supported yet