Socket
Socket
Sign inDemoInstall

vendors

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vendors - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

71

package.json
{
"name": "vendors",
"version": "1.0.0",
"version": "1.0.1",
"description": "List of vendor prefixes known to the web platform",

@@ -17,10 +17,3 @@ "license": "MIT",

"dependencies": {},
"files": [
"index.js",
"index.json"
],
"repository": {
"type": "git",
"url": "https://github.com/wooorm/vendors.git"
},
"repository": "https://github.com/wooorm/vendors",
"bugs": "https://github.com/wooorm/vendors/issues",

@@ -31,29 +24,51 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

],
"engines": {
"node": ">=0.11.0"
},
"main": "index.json",
"files": [
"index.json"
],
"devDependencies": {
"browserify": "^13.0.0",
"eslint": "^2.0.0",
"esmangle": "^1.0.1",
"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"remark": "^4.0.0",
"remark-comment-config": "^3.0.0",
"remark-github": "^4.0.1",
"remark-lint": "^3.0.0",
"remark-usage": "^3.0.0",
"remark-validate-links": "^3.0.0",
"tape": "^4.4.0"
"esmangle": "^1.0.0",
"remark-cli": "^1.0.0",
"remark-comment-config": "^4.0.0",
"remark-github": "^5.0.0",
"remark-lint": "^4.0.0",
"remark-validate-links": "^4.0.0",
"tape": "^4.4.0",
"xo": "^0.16.0"
},
"scripts": {
"build-md": "remark . --quiet --frail",
"build-bundle": "browserify index.js --bare -s vendors > vendors.js",
"build-bundle": "browserify index.json -s vendors > vendors.js",
"build-mangle": "esmangle vendors.js > vendors.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint-api": "eslint .",
"lint-style": "jscs --reporter inline .",
"lint": "npm run lint-api && npm run lint-style",
"test-api": "node test.js",
"test-coverage": "istanbul cover test.js",
"test": "npm run build && npm run lint && npm run test-coverage"
"lint": "xo",
"test-api": "node test",
"test": "npm run build && npm run lint && npm run test-api"
},
"xo": {
"space": true,
"rules": {},
"ignores": [
"vendors.js",
"vendors.min.js"
]
},
"remarkConfig": {
"output": true,
"plugins": {
"comment-config": null,
"lint": {
"no-html": false
},
"github": null,
"validate-links": null
},
"settings": {
"bullet": "*"
}
}
}

@@ -1,10 +0,8 @@

# vendors [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
# vendors [![Build Status][travis-badge]][travis]
<!--lint ignore no-html-->
List of (real<sup>†</sup>) vendor prefixes known to the web platform.
From [Wikipedia][wiki] and the [CSS 2.1 spec][spec].
† — real, as in, `mdo-` and `prince-` are not included because they are
not [valid][spec].
† — real, as in, `mso-` and `prince-` are not included because they are
not valid.

@@ -19,9 +17,4 @@ ## Installation

**vendors** is also available as an AMD, CommonJS, and globals module,
[uncompressed and compressed][releases].
## Usage
Dependencies:
```javascript

@@ -51,8 +44,2 @@ var vendors = require('vendors');

## API
### `vendors`
`Array.<string>` — List of lower-case prefixes without dashes.
## License

@@ -62,16 +49,10 @@

<!-- Definition -->
<!-- Definitions -->
[build-badge]: https://img.shields.io/travis/wooorm/vendors.svg
[travis-badge]: https://img.shields.io/travis/wooorm/vendors.svg
[build-page]: https://travis-ci.org/wooorm/vendors
[travis]: https://travis-ci.org/wooorm/vendors
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/vendors.svg
[coverage-page]: https://codecov.io/github/wooorm/vendors?branch=master
[npm]: https://docs.npmjs.com/cli/install
[releases]: https://github.com/wooorm/vendors/releases
[license]: LICENSE

@@ -78,0 +59,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc