
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@rozelin/matter-ts
Advanced tools
This library is a TypeScript adaptation of Matter.js. The main usage is the same as Matter.js. See the README of Matter.js for details.
You can also see TypeDoc
npm install @rozelin/matter-ts
If you want to import and use interface definitions, etc., you can write as follows.
import Matter, { Body } from '@rozelin/matter-ts'
const body: Body.IBody = Matter.Body.create()
or
import * as MatterTypes from '@rozelin/matter-ts'
const Matter = MatterTypes.default
const body: MatterTypes.Body.IBody = Matter.Body.create()
FAQs
a 2D rigid body physics engine for the web
We found that @rozelin/matter-ts 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.