New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@sounisi5011/cli-utils-top-level-await

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sounisi5011/cli-utils-top-level-await

If the async function fails, set the process exit code to 1 and output the error to stderr

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

@sounisi5011/cli-utils-top-level-await

Go to the latest release page on npm Tested with Jest Commitizen friendly Minified Bundle Size Details Install Size Details Dependencies Status Build Status Maintainability Status

If the async function fails, set the process exit code to 1 and output the error to stderr.

Installation

npm install @sounisi5011/cli-utils-top-level-await
yarn add @sounisi5011/cli-utils-top-level-await
pnpm add @sounisi5011/cli-utils-top-level-await

Usage

const { awaitMainFn } = require('@sounisi5011/cli-utils-top-level-await');

awaitMainFn(async () => {
    // ...
});

FAQs

Package last updated on 28 May 2022

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