Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
eslint-plugin-bpmn-io
Advanced tools
Common lint rules for bpmn.io projects.
Extend one or more of our recommended configurations:
import bpmnIoPlugin from 'eslint-plugin-bpmn-io';
export default [
...bpmnIoPlugin.configs.recommended
]
If you use mocha for testing, add the mocha profile to your specs:
import bpmnIoPlugin from 'eslint-plugin-bpmn-io';
export default [
...bpmnIoPlugin.configs.browser,
...bpmnIoPlugin.configs.mocha.map(config => {
return {
...config,
files: [
'**/*.spec.js'
]
};
})
]
Base configurations:
browser
: Use for browser based projectsnode
: Use for node based projectsrecommended
: Use for libraries where no environment is assumedSpecial purpose configurations:
jsx
: Use jsx
in conjunction with browser
mocha
: Use for libraries tested with mocha
+ chai
MIT
2.0.2
FIX
: fine-tune jsx
rulesFAQs
Shared lint rules for bpmn.io projects
The npm package eslint-plugin-bpmn-io receives a total of 5,669 weekly downloads. As such, eslint-plugin-bpmn-io popularity was classified as popular.
We found that eslint-plugin-bpmn-io demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.