
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
eslint-plugin-jsort
Advanced tools
ESLint plugin with rules to sort imports effortlessly.
$ npm install eslint-plugin-jsort
This rule sorts & formats import declaration with a lot of flexibility using eslint --fix.
JavaScript imports are frustrating and this tries to make them a bit easier to work with. Feel free to post any issues/suggestions you might have with the plugin on the issue tracker.
$ npm i eslint --save-dev
eslint-plugin-jsort:$ npm install eslint-plugin-jsort --save-dev
jsort to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:{
"plugins": ["jsort"]
}
{
"rules": {
"jsort/sort-imports": [
"error",
{
/* `sort-imports` Additional Configuration */
}
],
"jsort/normalize-import-source": [
"error",
{
/* `normalize-import-source` Additional Configuration */
}
]
}
}
sort-imports Additional Configuration" see jsort/sort-imports docs.normalize-import-source Additional Configuration" see jsort/normalize-import-source docssort-imports RuleFAQs
Sort imports effortlessly.
The npm package eslint-plugin-jsort receives a total of 2 weekly downloads. As such, eslint-plugin-jsort popularity was classified as not popular.
We found that eslint-plugin-jsort 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
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.