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

modern-async

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modern-async - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "modern-async",
"version": "0.1.5",
"version": "0.1.6",
"description": "A modern tooling library for asynchronous operations using async/await and promises",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,7 +15,7 @@ # modern-async

* Bundled for ESM modules, CommonJS and UMD.
* Works in node >= 10.0 and in the vast majority of browsers (if using Babel or the UMD version).
* Works in node >= 10.0 and in the vast majority of browsers (old browser compatibility can be achieved using Babel or the UMD version).
## This project accepts feature requests !
The goal of modern-async is to be as complete as possible. I coded everything I missed in the past while developing, yet it's difficult to know what other people would really need. So if you would like some more feature start by [reading the contribution guide](https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md).
The goal of modern-async is to be as complete as possible. I coded everything I missed in the past while developing, yet it's difficult to know what other people would really need. So if you would like some more feature start by reading [the contribution guide](https://github.com/nicolas-van/modern-async/blob/master/CONTRIBUTING.md).

@@ -28,3 +28,3 @@ ## Installation

Or use [jsDelivr](https://www.jsdelivr.com/package/npm/modern-async) to get the UMD version. The content of the library will be available under the `modernAsync` global variable.
Or use [jsDelivr](https://www.jsdelivr.com/package/npm/modern-async) to get the Babelized UMD version. The content of the library will be available under the `modernAsync` global variable.

@@ -31,0 +31,0 @@ ## Usage

Sorry, the diff of this file is too big to display

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