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

cssdb

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssdb - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

50

cssdb.json

@@ -342,3 +342,6 @@ [

"browser_support": {
"and_chr": "106",
"android": "106",
"chrome": "106",
"edge": "106",
"ios_saf": "16",

@@ -357,3 +360,3 @@ "safari": "16"

],
"vendors_implementations": 0
"vendors_implementations": 2
},

@@ -539,5 +542,8 @@ {

"stage": 2,
"browser_support": {},
"browser_support": {
"ios_saf": "15.4",
"safari": "15.4"
},
"example": "p {\n font-size: calc(pow(10, 12) * 1rem);\n font-size: calc(sqrt(100) * 1rem);\n font-size: calc(hypot(3, 4) * 1rem);\n font-size: calc(log(10) * 1rem);\n font-size: calc(exp(10) * 1rem);\n}",
"vendors_implementations": 0
"vendors_implementations": 1
},

@@ -795,3 +801,3 @@ {

"ios_saf": "15.4",
"opera": "90",
"opera": "91",
"safari": "15.4"

@@ -817,3 +823,3 @@ },

],
"vendors_implementations": 1
"vendors_implementations": 2
},

@@ -890,5 +896,10 @@ {

"browser_support": {
"and_chr": "106",
"and_ff": "97",
"android": "106",
"chrome": "106",
"edge": "106",
"firefox": "97",
"ios_saf": "15.4",
"opera": "92",
"safari": "15.4"

@@ -906,3 +917,3 @@ },

],
"vendors_implementations": 2
"vendors_implementations": 3
},

@@ -1334,3 +1345,3 @@ {

"example": ".messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n}\n\nbody {\n margin: 0;\n overscroll-behavior: none;\n}",
"vendors_implementations": 2
"vendors_implementations": 3
},

@@ -1495,5 +1506,8 @@ {

"stage": 2,
"browser_support": {},
"browser_support": {
"ios_saf": "15.4",
"safari": "15.4"
},
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
"vendors_implementations": 0
"vendors_implementations": 1
},

@@ -1506,3 +1520,6 @@ {

"stage": 2,
"browser_support": {},
"browser_support": {
"ios_saf": "15.4",
"safari": "15.4"
},
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",

@@ -1515,3 +1532,3 @@ "polyfills": [

],
"vendors_implementations": 0
"vendors_implementations": 1
},

@@ -1531,8 +1548,8 @@ {

"firefox": "92",
"ios_saf": "11",
"oculus": "5.0",
"op_mob": "43",
"opera": "43",
"samsung": "6.0",
"safari": "11",
"ios_saf": "11"
"samsung": "6.0"
},

@@ -1586,3 +1603,6 @@ "docs": {

"stage": 2,
"browser_support": {},
"browser_support": {
"ios_saf": "15.4",
"safari": "15.4"
},
"example": "body {\n left: sin(45deg);\n left: cos(45deg);\n left: tan(45deg);\n left: asin(0.5);\n left: acos(0.5);\n left: atan(10);\n left: atan2(-1, 1);\n}",

@@ -1595,3 +1615,3 @@ "polyfills": [

],
"vendors_implementations": 0
"vendors_implementations": 1
},

@@ -1598,0 +1618,0 @@ {

{
"name": "cssdb",
"version": "7.0.1",
"version": "7.0.2",
"type": "module",

@@ -43,12 +43,12 @@ "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",

"devDependencies": {
"@mdn/browser-compat-data": "^5.1.9",
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001382",
"@mdn/browser-compat-data": "^5.2.6",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001418",
"glob": "^8.0.3",
"lodash.get": "^4.4.2",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"postcss-preset-env": "^7.8.0",
"semver": "^7.3.7",
"stylelint": "^14.11.0",
"postcss-preset-env": "^7.8.1",
"semver": "^7.3.8",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^28.0.0"

@@ -55,0 +55,0 @@ },

Sorry, the diff of this file is not supported yet

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