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

cloudy-node

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudy-node

TypeScript and ESM node runtime powered by esbuild.

latest
npmnpm
Version
0.0.81
Version published
Weekly downloads
31
-57.53%
Maintainers
1
Weekly downloads
 
Created
Source

cloudy-node

TypeScript and ESM node runtime powered by esbuild.

NPM version NPM downloads Build status

Installation

yarn add cloudy-node

Usage

yarn cloudy-node index.ts

Or manually:

node --loader cloudy-node index.ts

Motivation

The implementation is a fork of antfu's esno, but changes the esbuild target to es2022.

The main reason to do so is that esno will generate helpers that break Pulumi's function serialization when spreading objects. Another reason is that es2022 allows using top level await, which is supported by AWS Lambda with Node.js 14.

FAQs

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