
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@crazyfactory/tslint-rules
Advanced tools
<!--[](https://greenkeeper.io/) --> [](https://travis-ci.org/crazyfactory/tslint-rules) [tslint.json
create-async-actions
createAsyncActions
to
create Redux async actions. Four actions are created from calling it - BASE
, BASE_PENDING
, BASE_FULFILLED
, and
BASE_REJECTED
as an example when createAsyncActions("BASE", "BASE_PENDING", "BASE_FULFILLED", "BASE_REJECTED"
is
called. Still, as you see, we need to provide string literal as arugments due to typescript limitation, if we provide
any string variable, the type will be deduced to just string
. This rule enforces 2nd, 3rd, and 4th argument to be
the concatenation of the first argument string and _PENDING
, _FULFILLED
, and _REJECTED
respectively.enum-sort-keys
import-react
react
. Either import *
or import React
.type: "default" | "star"
. Default is star
hex-format
case: "uppercase" | "lowercase"
. Default is lowercase
allowedLengths: number[]
. Default is [4, 7]
interface-sort-keys
jsx-space-before-trailing-slash
/>
part of jsx.["always", "never"]
. Default is always
.language
Requires that string argument called by Translator
object is in the reference.json
Rule options:
path
: path to reference.json
reference.json
needs to be in the following format:
{
"reference": [
{
"base": "Translation String Here"
}
]
}
callerNames: string[]
: Name of translator object type, default is ["Translator"]
no-dup-actions
FAQs
<!--[](https://greenkeeper.io/) --> [](https://travis-ci.org/crazyfactory/tslint-rules) [![GitHub issues](
We found that @crazyfactory/tslint-rules demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.