Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
coffeelint-stylish
Advanced tools
Stylish reporter for CoffeeLint http://www.coffeelint.org. Heavily inspired by the beautiful jshint-stylish.
Note: This is soley to be used with CoffeeLint's runtime, i.e. coffeelint.lint(source, configuration)
, not with the coffeelint
commandline tool. Currently the commandline tool does not support external reporters.
Install with npm: npm install --save-dev coffeelint-stylish
.
coffeelint = require 'coffeelint'
reporter = require('coffeelint-stylish').reporter
filename = 'make.coffee'
source = 'do -> coffee()'
reporter filename, coffeelint source
reporter(filename, results)
Type: String
, Default: ''
Headline of the report.
Type: Array
, Default: []
Results Array
provided by coffeelint.lint
, see http://www.coffeelint.org/#api.
FAQs
Stylish reporter for CoffeeLint
The npm package coffeelint-stylish receives a total of 2,374 weekly downloads. As such, coffeelint-stylish popularity was classified as popular.
We found that coffeelint-stylish 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.
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.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.