Socket
Socket
Sign inDemoInstall

do

Package Overview
Dependencies
0
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

4

do.js

@@ -6,3 +6,3 @@ 'use strict';

const chain = function (fn, ...args) {
const current = done => {
const current = (done) => {
if (done) current.done = done;

@@ -141,3 +141,3 @@ if (current.prev) {

// Returns: <Function> Collector
const collect = expected => {
const collect = (expected) => {
const expectKeys = Array.isArray(expected) ? new Set(expected) : null;

@@ -144,0 +144,0 @@ const fields = {

{
"name": "do",
"version": "0.6.0",
"version": "0.6.1",
"description": "The simplest way to manage asynchronicity",

@@ -15,2 +15,3 @@ "license": "MIT",

},
"homepage": "https://metarhia.com",
"keywords": [

@@ -53,8 +54,8 @@ "metasync",

"diff": "^5.0.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.1.4",
"metatests": "^0.7.2",
"prettier": "^2.1.2"
"prettier": "^2.2.1"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc