
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
@stackr/eslint-plugin
Advanced tools
Guardrails to prevent bad practices in Stackr's Micro-rollup codebase.
Writing a deterministic state machine is one of the key things in a Micro-rollup.
It's very important to have make sure that the transitions are deterministic. This plugin helps you to enforce the deterministic state machine.
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install @stackr/eslint-plugin
:
npm install @stackr/eslint-plugin --save-dev
Add @stackr
to the plugins section of your .eslintrc
configuration file.
{
"plugins": [
"@stackr"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"@stackr/deterministic-state-machine": "error"
}
}
FAQs
Guardrails to prevent bad practices in Stackr's Micro-rollup codebase.
The npm package @stackr/eslint-plugin receives a total of 0 weekly downloads. As such, @stackr/eslint-plugin popularity was classified as not popular.
We found that @stackr/eslint-plugin 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.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.