
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
List of vendor prefixes.
This is a little list of real (as in, mso-
and prince-
are not included
because they are not valid) vendor prefixes known to the web platform.
From Wikipedia and the CSS 2.1 spec.
You can use this package if you’re dealing with parsing and transforming CSS and you don’t want to copy/paste these prefixes into each project.
This package is ESM only. In Node.js (version 12.20+, 14.14+, or 16.0+), install with npm:
npm install vendors
In Deno with Skypack:
import {vendors} from 'https://cdn.skypack.dev/vendors@2?dts'
In browsers with Skypack:
<script type="module">
import {vendors} from 'https://cdn.skypack.dev/vendors@2?min'
</script>
import {vendors} from 'vendors'
console.log(vendors)
Yields:
[
'ah',
'apple',
'atsc',
'epub',
'hp',
'khtml',
'moz',
'ms',
'o',
'rim',
'ro',
'tc',
'wap',
'webkit',
'xv'
]
This package exports the following identifiers: vendors
.
There is no default export.
vendors
List of vendor prefixes (string[]
).
This package is fully typed with TypeScript.
This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 12.20+, 14.14+, and 16.0+. It also works in Deno and modern browsers.
This package is safe.
Yes please! See How to Contribute to Open Source.
FAQs
List of vendor prefixes known to the web platform
The npm package vendors receives a total of 3,410,361 weekly downloads. As such, vendors popularity was classified as popular.
We found that vendors 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.