Socket
Socket
Sign inDemoInstall

known-css-properties

Package Overview
Dependencies
0
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.1.0

.eslintrc.js

6

data/all.json

@@ -319,2 +319,3 @@ {

"filter",
"-ms-filter",
"-webkit-filter",

@@ -391,2 +392,3 @@ "flex",

"font-variant-position",
"font-variation-settings",
"font-weight",

@@ -617,3 +619,2 @@ "footnote-display",

"-webkit-nbsp-mode",
"-moz-o-s-x-font-smoothing",
"object-fit",

@@ -706,2 +707,5 @@ "-o-object-fit",

"pitch-range",
"place-content",
"place-items",
"place-self",
"play-during",

@@ -708,0 +712,0 @@ "pointer-events",

{
"name": "known-css-properties",
"version": "0.0.7",
"version": "0.1.0",
"description": "List of known CSS properties",

@@ -9,2 +9,4 @@ "repository": "betit/known-css-properties",

"bump": "npm version patch && npm publish && git push && git push --tags",
"generate": "node scripts/generate.js",
"lint": "eslint index.js scripts/*.js",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -28,3 +30,9 @@ },

},
"homepage": "https://github.com/betit/known-css-properties#readme"
"homepage": "https://github.com/betit/known-css-properties#readme",
"devDependencies": {
"eslint": "^3.19.0",
"globby": "^6.1.0",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0"
}
}

16

README.md

@@ -14,5 +14,5 @@ # CSS properties

| Chrome | 18-49 | 18-50 | 22-50 | 37-56 |
| Firefox | 6-45 | 6-45 | 16-45 | 32-50 |
| Firefox | 6-45 | 6-45 | 16-45 | 32-52 |
| Internet Explorer | | 8-11 | 10-11 | 11 |
| Edge | | | | 13 |
| Edge | | | | 13-14 |

@@ -22,4 +22,4 @@ ### OSX

| ----------------- | ----- | ------ |
| Chrome | 14-49 | 14-56 |
| Firefox | 6-42 | 6-50 |
| Chrome | 14-49 | 14-57 |
| Firefox | 6-42 | 6-52 |

@@ -29,5 +29,5 @@ ### Others:

- Safari: 6, 6.2, 7, 8, 9, 9.1, 10.0
- Mobile Safari: 6, 7, 8, 8.3, 9.0, 9.3, 10.0
- Chrome Android: 30, 35, 37, 46, 56
- Firefox mobile: 47
- Mobile Safari: 6, 7, 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3
- Chrome Android: 30, 35, 37, 46, 56, 57
- Firefox mobile: 47, 52
- IE mobile: 11

@@ -37,2 +37,4 @@ - Opera Win XP: 12.10, 12.14, 12.15, 12.16

- Opera OSX: 36-40
- Opera Mobile: 42.7
- Samsung internat 4.0

@@ -39,0 +41,0 @@ ### JavaScript API

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc