
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@tarsilla/rollup-plugin-eslint-check
Advanced tools
A Rollup plugin that runs ESLint during the build process. It helps catch linting errors early and prevents a build from completing if issues are detected.
A Rollup plugin that runs ESLint during the build process. It helps catch linting errors early and prevents a build from completing if issues are detected.
npm install --save-dev @tarsilla/rollup-plugin-eslint-check
or
yarn add --dev @tarsilla/rollup-plugin-type-check
In your Rollup configuration (see rollup.config.js), add the plugin to your plugins array:
import { rollupPluginEslintCheck } from '@tarsilla/rollup-plugin-eslint-check';
export default {
// ...existing configuration...
plugins: [
// ...other plugins...
rollupPluginEslintCheck();
],
};
You can override default settings by creating passing options to the plugin.
The plugin accepts an object of type RollupEslintCheckOptions:
| Option | Type | Description | Default |
|---|---|---|---|
| config | string | Path to your custom ESLint configuration file. If not provided, the plugin will run with the default eslint settings. | undefined |
| folder | string | Path to the folder to inspect, the plugin will run with the default eslint settings. | undefined |
Example:
import { rollupPluginEslintCheck } from '@tarsilla/rollup-plugin-eslint-check';
export default {
// ...existing configuration...
plugins: [
// ...other plugins...
rollupPluginEslintCheck({ config: '.eslintrc.js', folder: 'src' }),
],
};
During Rollup's buildStart hook, the plugin executes ESLint. If any lint errors are detected, the build process is aborted with an error message.
Contributions are welcome! Please ensure your pull request adheres to the project's linting and testing guidelines.
Released under the MIT License.
FAQs
A Rollup plugin that runs ESLint during the build process. It helps catch linting errors early and prevents a build from completing if issues are detected.
We found that @tarsilla/rollup-plugin-eslint-check demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.