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

@wingcloud/framework

Package Overview
Dependencies
Maintainers
1
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wingcloud/framework

Experimental TypeScript experience for Wing

latest
Source
npmnpm
Version
0.85.49
Version published
Weekly downloads
628
21.47%
Maintainers
1
Weekly downloads
 
Created
Source

@wingcloud/framework - Experimental TypeScript experience for Wing

// main.ts
import { main, cloud } from "@wingcloud/framework";

main((app) => {
  new cloud.Bucket(app, "Bucket");
})
wing compile main.ts
wing compile -t tf-aws main.ts
wing test main.ts

FAQs

Package last updated on 03 Feb 2025

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