# is-vendor-prefixed

> Check whether a property is vendor prefixed

Latest version **4.0.0** (published 2020-12-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-vendor-prefixed
pnpm add is-vendor-prefixed
yarn add is-vendor-prefixed
bun add is-vendor-prefixed
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2020-12-08 |
| First published | 2015-01-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2817 |
| Author | John Otander |
| Maintainers | johno |
| Keywords | css, vendor, prefix, prefixes, vendor-prefixes |

## Links

- npm: https://www.npmjs.com/package/is-vendor-prefixed
- Repository: https://github.com/cssstats/cssstats
- Homepage: https://github.com/cssstats/cssstats#readme
- Issues: https://github.com/cssstats/cssstats/issues
- npm.io page: https://npm.io/package/is-vendor-prefixed

## Dependencies (1)

- [vendor-prefixes](https://npm.io/package/vendor-prefixes.md) 1.0.0

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 4.0.0 (latest) — 2020-12-08
- 3.5.0 — 2020-11-03
- 3.3.1 — 2019-07-26
- 3.3.0 — 2019-03-23
- 1.0.0 — 2016-11-11
- 0.0.1 — 2015-01-20

## README

# is-vendor-prefixed

Check whether a property is vendor prefixed.

## Installation

```bash
npm install --save is-vendor-prefixed
```

## Usage

```javascript
const isVendorPrefixed('is-vendor-prefixed')

isVendorPrefixed('-webkit-flex-basis')  // => true
isVendorPrefixed('flex-basis')          // => false
```

## License

MIT

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Crafted with <3 by John Otander ([@4lpine](https://twitter.com/4lpine)).

---

> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).

---
_Source: https://npm.io/package/is-vendor-prefixed · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
