
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@matchlighter/decsera
Advanced tools
A modern decorator-based, extensible library for building client-side data models for easy hydration of JSON data.
A modern decorator-based, extensible library for building client-side data models for easy hydration of JSON data.
import { Model, field } from '@matchlighter/decsera';
class User extends Model {
@field full_name: string;
@field({ /* options */ }) username: string;
@collection({ type: 'local' }) projects: Project[] = [];
}
This library was originally built with MobX support built in out of the box. However, MobX support was refactored to a separate module before the first public release. MobX support can be enabled like such:
// ES6
import "@matchlighter/decsera/mobx"; // Must be placed *before* any other imports of DecSera
// CommonJS
require('@matchlighter/decsera/mobx');
With MobX support enabled,
@field automatically applies MobX @observable@observable / @computed are automatically applied in other appropriate locationsFAQs
A modern decorator-based, extensible library for building client-side data models for easy hydration of JSON data.
We found that @matchlighter/decsera demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.