
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Deprecated. Just use the XO CLI directly.
Validate files with XO
Please consider if you really need Grunt for this. Using a npm run script would be better.
Issues regarding rules should be reported on the ESLint issue tracker as it's the actual linter.
$ npm install --save-dev grunt-xo
require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks
grunt.initConfig({
xo: {
options: {
quiet: true
},
target: ['file.js']
}
});
grunt.registerTask('default', ['xo']);
XO options can be specified in package.json.
In the Gruntfile you can specify the following options:
Type: string
Default: 'eslint-formatter-pretty'
Any ESLint reporter.
Type: string
Output the report to a file.
Type: boolean
Default: false
Report errors only.
FAQs
Validate files with XO
We found that grunt-xo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.