
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
@skedulo/mex-types
Advanced tools
A central repository store for all the interfaces, type definitions of MEX engine
A central repository store for all the interfaces, type definitions of MEX engine. It also includes scripts that can read information from TypeScript files, which contain these interfaces and definitions. The data extracted from these files is then used by the Form Builder.
18.x
Bootstrap
yarn bootstrap
From the root of mex-types, run
yarn clean
yarn build
npm pack --pack-destination /tmp
After this step, you should see a new file in the /tmp folder
Inside project uses this package, update package.json to point to *.tgz above
"dependencies": {
"@skedulo@mex-types": "file:/tmp/skedulo-mex-types-0.0.1.tgz"
}
This project adheres to the Semantic Versioning (SemVer) release approach, and as such, we employ the tool Semantic Release to facilitate automated version incrementation.
Tips: To simplify the process of creating commit messages that adhere to the Conventional Commits format, consider using the Commitizen tool. After you've staged all your changes, you can run either yarn commit or git cz. This tool will guide you through the process and make it easier to generate the correct commit message format.
Please use the guidelines outlined in this guide when writing your commit messages. Following this guide ensures that your commit messages follow a standard format. This standard format is important because it helps the semantic-release tool understand and manage versioning more effectively.
The table below shows which commit message gets you which release type when semantic-release runs (using the default configuration):
Commit message | Release type |
---|---|
fix(api): resolve issue with data parsing | |
feat(login): add user authentication feature | |
feat(login): No backward compatibility BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons.` | (Note that the BREAKING CHANGE: token must be in the footer of the commit) |
main branch
beta branch (Must be branched from main)
New feature (Pre-release) flow:
Hot fix
Please follow this guidelines to trigger release manually
FAQs
A central repository store for all the interfaces, type definitions of MEX engine
We found that @skedulo/mex-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 50 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
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.