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.
broccoli-autoprefixer
Advanced tools
Prefix CSS using Autoprefixer
Issues with the output should be reported on the Autoprefixer issue tracker.
$ npm install --save broccoli-autoprefixer
var autoprefixer = require('broccoli-autoprefixer');
tree = autoprefixer(tree, options);
Type: array
Default: ['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1']
The browsers you need to support.
Type: boolean
Default: true
if the input has a sourcemap, otherwise false
Set to true
to include a base64-encoded sourcemap at the end of the output.
If a sourcemap already exists in the input, Autoprefixer will automatically
include an updated sourcemap in the output. Set this value to false
to
strip out the sourcemap entirely.
If you'd like to extract the inline sourcemap from the output, consider using a tool like broccoli-source-map.
Type: boolean
Default: true
Autoprefixer changes CSS indentation to create a nice visual cascade of prefixes.
MIT © Sindre Sorhus
FAQs
Prefix CSS using Autoprefixer
The npm package broccoli-autoprefixer receives a total of 10,525 weekly downloads. As such, broccoli-autoprefixer popularity was classified as popular.
We found that broccoli-autoprefixer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
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.