New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

one-by-one

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one-by-one - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

15

package.json
{
"name": "one-by-one",
"version": "3.1.1",
"version": "3.1.2",
"description": "Run async tasks one by one.",

@@ -34,3 +34,14 @@ "main": "lib/index.js",

"description": "If you want to run async functions in parallel, check out [`same-time`](https://github.com/IonicaBizau/same-time)."
}
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

54

README.md

@@ -0,1 +1,2 @@

# one-by-one [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/one-by-one.svg)](https://www.npmjs.com/package/one-by-one) [![Downloads](https://img.shields.io/npm/dt/one-by-one.svg)](https://www.npmjs.com/package/one-by-one) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)

@@ -7,3 +8,3 @@

## Installation
## :cloud: Installation

@@ -14,7 +15,8 @@ ```sh

## Example
## :clipboard: Example
```js
"use strict";
const oneByOne = require("one-by-one");

@@ -64,4 +66,5 @@

## Documentation
## :memo: Documentation
### `oneByOne(arr, cb)`

@@ -77,30 +80,27 @@ Calls functions one by one and memorizes the results.

## How to contribute
## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
## Where is this library used?
## :dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
- [`blah`](https://github.com/IonicaBizau/blah)
- [`cdnjs-importer`](https://github.com/cdnjs/cdnjs-importer)
- [`blah`](https://github.com/IonicaBizau/blah)—A command line tool to optimize the repetitive actions.
- [`cdnjs-importer`](https://github.com/cdnjs/cdnjs-importer)—Easy way to import a library into CDNJS.
- [`cobol`](https://github.com/IonicaBizau/node-cobol)—COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.
- [`engine-tools`](https://github.com/jillix/engine-tools) (by jillix)—Engine Tools library and CLI app.
- [`gif-cli`](https://github.com/IonicaBizau/gif-cli)—Gif animations in your terminal!
- [`git-package-json`](https://github.com/IonicaBizau/git-package-json#readme)—Get the package.json contents from git repositories.
- [`git-stats-importer`](https://github.com/IonicaBizau/git-stats-importer)—Imports your commits from a repository into git-stats history.
- [`gpm`](https://github.com/IonicaBizau/gpm)—npm + git = gpm - Install NPM packages and dependencies from git repositories.
- [`gry`](https://github.com/IonicaBizau/node-gry)—A minimalist NodeJS wrapper for the `git` commands. `gry` stands for the Git RepositorY.
- [`image-to-ascii`](https://github.com/IonicaBizau/image-to-ascii)—A Node.JS module that converts images to ASCII art.
- [`nodeice`](https://github.com/IonicaBizau/nodeice)—Another PDF invoice generator
- [`np-init`](https://github.com/IonicaBizau/np-init#readme)—Easily start a npm package from scratch.
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote)—Automagically switch on the SSH remote url in a Git repository.
- [`cobol`](https://github.com/IonicaBizau/node-cobol)
## :scroll: License
- [`engine-tools`](https://github.com/jillix/engine-tools) by jillix
- [`gif-cli`](https://github.com/IonicaBizau/gif-cli)
- [`git-stats-importer`](https://github.com/IonicaBizau/git-stats-importer)
- [`gpm`](https://github.com/IonicaBizau/gpm)
- [`gry`](https://github.com/IonicaBizau/node-gry)
- [`nodeice`](https://github.com/IonicaBizau/nodeice)
- [`ssh-remote`](https://github.com/IonicaBizau/ssh-remote)
## License
[MIT][license] © [Ionică Bizău][website]

@@ -114,2 +114,2 @@

[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md
[docs]: /DOCUMENTATION.md
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