Socket
Socket
Sign inDemoInstall

@jsep-plugin/async-await

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsep-plugin/async-await

Adds async/await support


Version published
Weekly downloads
92
increased by113.95%
Maintainers
4
Weekly downloads
 
Created
Source

npm size

@jsep-plugin/async-await

A JSEP plugin for adding async/await support. Allows expressions of the form:

jsep('await a');
jsep('await a.find(async (v1, v2) => await v1(v2))');

Install

npm install @jsep-plugin/async-await
# or
yarn add @jsep-plugin/async-await

Usage

import jsep from 'jsep';
import jsepAsyncAwait from '@jsep-plugin/async-await';
jsep.plugins.register(jsepAsyncAwait);

Meta

LICENSE (MIT)

FAQs

Package last updated on 18 Sep 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

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