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.1.0 to 0.2.0

6

data/all.json

@@ -495,2 +495,3 @@ {

"line-height",
"line-height-step",
"line-increment",

@@ -579,3 +580,5 @@ "line-snap",

"-webkit-mask-position",
"mask-position-x",
"-webkit-mask-position-x",
"mask-position-y",
"-webkit-mask-position-y",

@@ -912,2 +915,3 @@ "mask-repeat",

"transform",
"transform-box",
"-moz-transform",

@@ -958,2 +962,4 @@ "-ms-transform",

"translate",
"uc-alt-skin",
"uc-skin",
"unicode-bidi",

@@ -960,0 +966,0 @@ "unicode-range",

2

package.json
{
"name": "known-css-properties",
"version": "0.1.0",
"version": "0.2.0",
"description": "List of known CSS properties",

@@ -5,0 +5,0 @@ "repository": "betit/known-css-properties",

@@ -8,30 +8,31 @@ # CSS properties

1. Standard properties (only 'CR', 'WD', 'FPWD', 'LC', 'REC' statuses): http://www.w3.org/Style/CSS/all-properties.en.json
2. Browser supported properties from `window.getComputedStyle` / `document.body.style`:
2. Browser supported properties from `window.getComputedStyle` / `document.body.style`
### Windows
| | XP | 7 | 8 | 10 |
| ----------------- | ------ | ------ | ------ | ------ |
| Chrome | 18-49 | 18-50 | 22-50 | 37-56 |
| Firefox | 6-45 | 6-45 | 16-45 | 32-52 |
| Internet Explorer | | 8-11 | 10-11 | 11 |
| Edge | | | | 13-14 |
### Windows
| | XP | 7 | 8 | 10 |
| ----------------- | ------ | ------ | ------ | ------ |
| Chrome | 18-49 | 18-50 | 22-50 | 37-56 |
| Firefox | 6-45 | 6-45 | 16-45 | 32-52 |
| Internet Explorer | | 8-11 | 10-11 | 11 |
| Edge | | | | 13-14 |
### OSX
| | 10.6 | 10.11 |
| ----------------- | ----- | ------ |
| Chrome | 14-49 | 14-57 |
| Firefox | 6-42 | 6-52 |
### OSX
| | 10.6 | 10.11 | 10.12 |
| ----------------- | ----- | ------ | ------ |
| Chrome | 14-49 | 14-58 | 59 |
| Firefox | 6-42 | 6-52 | 53 |
### Others:
### 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, 10.2, 10.3
- Chrome Android: 30, 35, 37, 46, 56, 57
- Firefox mobile: 47, 52
- IE mobile: 11
- Opera Win XP: 12.10, 12.14, 12.15, 12.16
- Opera Win 8: 36-38
- Opera OSX: 36-40
- Opera Mobile: 42.7
- Samsung internat 4.0
- Safari: 6, 6.2, 7, 8, 9, 9.1, 10.0
- Mobile Safari: 6, 7, 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3
- Chrome Android: 30, 35, 37, 44, 46, 56, 57
- Firefox mobile: 47, 52
- IE mobile: 11
- Opera Win XP: 12.10, 12.14, 12.15, 12.16
- Opera Win 8: 36-38
- Opera OSX: 36-40
- Opera Mobile: 42.7
- Samsung internet: 4.0
- UC browser: 11.2

@@ -38,0 +39,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