🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

matrixrequirements-type-declarations

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matrixrequirements-type-declarations

Type declarations for use by MatrixRequirements projects

latest
Source
npmnpm
Version
2.5.6
Version published
Weekly downloads
45
12.5%
Maintainers
5
Weekly downloads
 
Created
Source

matrix-type-declarations

Typescript declaration files for TypeScript projects that use the Matrix API.

We also use this to build our own project.

It includes somewhat "ad-hoc" declarations for various types that we use. It's certainly best to use official type declarations, but sometimes we have a non-standard version of something. Ideally, this package gets smaller over time.

You only need this if you are consuming a Matrix API as typescript.

To update this package

As a Matrix developer, you might want to add or change something in index.d.ts.

  • Make your changes, and test locally.
  • Update the version number in package.json
  • Run npm publish to publish the new version on npm.

Many of our projects pull this down through npm (including the Clouds build).

FAQs

Package last updated on 24 Apr 2026

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