Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
A wrapper around eslint that is smart enough to flag es6 code in files that do not end with .es.js. It uses eslint configs in the eslint-config-1stdibs
package
Make your eslint configuration settings look like this. Note that the IDE will not be able to show errors for es6 code in files without an .es.js extenstion.
In the SublimeLinter settings, set the "args" in the eslint settings: Preferences -> Package Settings -> Sublime Linter -> Settings-User
"linters": {
"eslint": {
"@disable": false,
"args": [
"-c", "/usr/local/opt/nvm/v0.10.38/lib/node_modules/dibslint/configs/react.js"
]
}
},
Substitute the appropriate path to dibslint/configs/react.js
.
Use the --git
flag with the pre-commit
package on npm to lint changed files on each commit.
FAQs
1stdibs custom linting
The npm package dibslint receives a total of 3 weekly downloads. As such, dibslint popularity was classified as not popular.
We found that dibslint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.