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

cssdb

Package Overview
Dependencies
Maintainers
3
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.6.0 to 7.7.0

35

cssdb.json

@@ -499,3 +499,7 @@ [

"browser_support": {
"and_chr": "115",
"and_ff": "79",
"android": "115",
"chrome": "115",
"edge": "115",
"firefox": "70",

@@ -515,3 +519,3 @@ "ios_saf": "15",

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

@@ -1192,3 +1196,4 @@ {

"opera": "94",
"safari": "15.4"
"safari": "15.4",
"samsung": "21.0"
},

@@ -1417,6 +1422,7 @@ "docs": {

"firefox": "70",
"ios_saf": "13.4",
"oculus": "8.0",
"op_mob": "56",
"opera": "65",
"safari": "preview",
"safari": "13.1",
"samsung": "12.0"

@@ -1434,3 +1440,3 @@ },

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

@@ -1450,6 +1456,7 @@ {

"firefox": "61",
"ios_saf": "13.4",
"oculus": "6.0",
"op_mob": "48",
"opera": "55",
"safari": "preview",
"safari": "13.1",
"samsung": "10.0"

@@ -1467,3 +1474,3 @@ },

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

@@ -1745,2 +1752,18 @@ {

{
"id": "src-function",
"title": "`src()` function",
"description": "The argument of `src()` can be provided by functions, such as var(). Otherwise this behaves the same as `url()`",
"specification": "https://www.w3.org/TR/css-values-4/#funcdef-src",
"stage": 2,
"browser_support": {},
"example": "div {\n background: src('./image.jpg');\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/google/postcss-src"
}
],
"vendors_implementations": 0
},
{
"id": "stepped-value-functions",

@@ -1747,0 +1770,0 @@ "title": "`round()`, `mod()` and `rem()` functions",

20

package.json
{
"name": "cssdb",
"version": "7.6.0",
"version": "7.7.0",
"type": "module",

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

"devDependencies": {
"@mdn/browser-compat-data": "^5.2.57",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001487",
"glob": "^10.2.4",
"@mdn/browser-compat-data": "^5.3.5",
"browserslist": "^4.21.9",
"caniuse-lite": "^1.0.30001517",
"glob": "^10.3.3",
"lodash.get": "^4.4.2",
"postcss": "^8.4.23",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^8.3.2",
"semver": "^7.5.0",
"stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0"
"postcss-preset-env": "^9.0.0",
"semver": "^7.5.4",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0"
},

@@ -62,0 +62,0 @@ "stylelint": {

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