Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vendors

Package Overview
Dependencies
Maintainers
2
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.1 to 1.0.2

62

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

@@ -16,4 +16,3 @@ "license": "MIT",

],
"dependencies": {},
"repository": "https://github.com/wooorm/vendors",
"repository": "wooorm/vendors",
"bugs": "https://github.com/wooorm/vendors/issues",

@@ -24,5 +23,2 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

],
"engines": {
"node": ">=0.11.0"
},
"main": "index.json",

@@ -32,44 +28,44 @@ "files": [

],
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.0",
"browserify": "^16.0.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",
"prettier": "^1.12.1",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"xo": "^0.16.0"
"xo": "^0.20.0"
},
"scripts": {
"build-md": "remark . --quiet --frail",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"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": "xo",
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test": "npm run build && npm run lint && npm run test-api"
"test": "npm run format && npm run build && npm run test-api"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"space": true,
"rules": {},
"prettier": true,
"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignores": [
"vendors.js",
"vendors.min.js"
"vendors.js"
]
},
"remarkConfig": {
"output": true,
"plugins": {
"comment-config": null,
"lint": {
"no-html": false
},
"github": null,
"validate-links": null
},
"settings": {
"bullet": "*"
}
"plugins": [
"preset-wooorm"
]
}
}
# vendors [![Build Status][travis-badge]][travis]
<!--lint disable no-html-->
List of (real<sup>†</sup>) vendor prefixes known to the web platform.

@@ -20,3 +22,5 @@ From [Wikipedia][wiki] and the [CSS 2.1 spec][spec].

```javascript
var vendors = require('vendors');
var vendors = require('vendors')
console.log(vendors)
```

@@ -23,0 +27,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