Socket
Book a DemoInstallSign in
Socket

@chatopera/q

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatopera/q

Mimic https://github.com/kriskowal/q with Native Promise.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

node-q

Mimic https://github.com/kriskowal/q with Native Promise.

npm install @chatopera/q

Usage

const Q = require("q");

# https://www.npmjs.com/package/q#using-deferreds
Q.defer();

# https://www.npmjs.com/package/q#using-qfcall
Q.fcall();

# https://www.npmjs.com/package/q#chaining
Q.allSettled();

Why

For API compatibility purpose and make it faster with Native Promise.

Give credits to

q

FAQs

Package last updated on 12 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts