
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@webdevstudios/prettier-config-coding-standards
Advanced tools
Dynamic Configuration Loader for WebDevStudios JavaScript, PHP, and CSS Coding Standards.
This package gets installed automatically when you install any of the WebDevStudios coding standard packages and will automatically configure prettier for you if you set package.json
's prettier
setting to:
"prettier": "@webdevstudios/prettier-config-coding-standards"
Install @webdevstudios/css-coding-standards
, @webdevstudios/js-coding-standards
, or webdevstudios/php-coding-standards
and this package will be included automatically.
prettier
set to @webdevstudios/prettier-config-coding-standards
combines JS, CSS, and PHP properlyIn the previous version these were not getting combined properly, instead the last config to load (via npm
) would take the cake, and be the final config. This worked fine when JS was the only config, but if you installed PHP or CSS configs, they could likely end up being the final config breaking auto-formatting.
This new method takes the @webdevstudios/prettier-config-(php|js|css)-coding-standards
modules and, depending on if they are installed, takes the overrides
setting in each and merges them into modules.exports
for @webdevstudios/prettier-config-coding-standards
.
This version simply loads prettier configurations for css, js, and/or php if they are installed.
FAQs
Dynamic Configuration Loader for WebDevStudios JavaScript, PHP, and CSS Coding Standards.
We found that @webdevstudios/prettier-config-coding-standards 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.