
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
eslint-config-rohan
Advanced tools
A shareable ESLint config for TypeScript projects.
Run npm install
to install the project dependencies.
npm version patch
(replace patch
as necessary) to increase the version number.git push && git push --tags
to push the version commit and tag.npm publish
to publish the new version.@typescript-eslint/no-extraneous-class
@typescript-eslint/no-floating-promises
@typescript-eslint/no-unnecessary-condition
@typescript-eslint/strict-boolean-expressions
@typescript-eslint/unbound-method
@typescript-eslint/no-extra-parens
– extra parentheses sometimes aid readability.@typescript-eslint/no-magic-numbers
– difficult to follow, especially in existing projects.@typescript-eslint/no-type-alias
– partly handled by @typescript-eslint/consistent-type-definitions
.@typescript-eslint/prefer-readonly
– team decision.@typescript-eslint/no-unused-vars
– noUnusedLocals
and noUnusedParameters
.@typescript-eslint/typedef
– noImplicitAny
.getter-return
– ts(2378).no-dupe-args
– ts(2300).no-dupe-keys
– ts(1117).no-func-assign
– ts(2539).no-import-assign
– ts(2539).no-unreachable
– ts(7027).valid-typeof
– ts(2367).no-async-promise-executor
– unnecessary with @typescript-eslint/no-misused-promises
.@typescript-eslint/ban-types
@typescript-eslint/member-naming
@typescript-eslint/member-ordering
FAQs
A shareable ESLint config for TypeScript projects.
We found that eslint-config-rohan 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.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.