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

foundryvtt-types

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

foundryvtt-types

Compiled types from FoundryVTT, working on a way to automate it but this should get you started.

latest
npmnpm
Version
0.0.5
Version published
Weekly downloads
6
50%
Maintainers
1
Weekly downloads
 
Created
Source

Foundry VTT Types

Compiled types from FoundryVTT, working on a way to automate it but this should get you started.

Installation

NPM

npm install -D foundryvtt-types

Yarn

yarn add -D foundryvtt-types

Setup

After installation you have to add the following to your tsconfig.json

{
    "types": [
      "./node_modules/foundryvtt-types"
    ],         
}

FAQs

Package last updated on 16 Dec 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