
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
Most type definitions and documentation are taken from the Official Scripting Reference, some types and documentation are custom written where needed.
Note: This currently does not have Behaviors or the SDK typed out. That is being worked on.
This module exports it's types as a module, meaning you have to import all the types you want to use.
import { IRuntime, runOnStartup } from "construct3";
let runtime: IRuntime;
runOnStartup((r) => {
runtime = r;
});
It should be noted that C3.Event is renamed to C3Event
import { C3Event } from "construct3";
If there are errors in these types, or you want to add types for an addon, please open a github issue or pull request. When contributing, please run the prettier formatter with yarn lint
FAQs
TypeScript Definitions for Construct 3's Scripting API
The npm package construct3 receives a total of 7 weekly downloads. As such, construct3 popularity was classified as not popular.
We found that construct3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.