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.2 to 7.1.0

34

cssdb.json

@@ -798,2 +798,3 @@ [

"ios_saf": "15.4",
"op_mob": "72",
"opera": "91",

@@ -899,2 +900,3 @@ "safari": "15.4"

"ios_saf": "15.4",
"op_mob": "72",
"opera": "92",

@@ -1495,2 +1497,34 @@ "safari": "15.4"

{
"id": "scope-pseudo-class",
"title": "`:scope()` Reference Element Pseudo-class",
"description": "A pseudo-class for matching one or more scoping roots",
"specification": "https://www.w3.org/TR/selectors-4/#the-scope-pseudo",
"stage": 2,
"browser_support": {
"and_chr": "27",
"and_ff": "32",
"android": "4.4",
"chrome": "27",
"edge": "79",
"firefox": "32",
"ios_saf": "7",
"oculus": "5.0",
"op_mob": "15",
"opera": "15",
"safari": "7",
"samsung": "1.5"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:scope"
},
"example": ":scope {\n background-color: pink;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class"
}
],
"vendors_implementations": 3
},
{
"id": "sign-functions",

@@ -1497,0 +1531,0 @@ "title": "`abs()` and `sign()` functions",

14

package.json
{
"name": "cssdb",
"version": "7.0.2",
"version": "7.1.0",
"type": "module",

@@ -43,13 +43,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.6",
"@mdn/browser-compat-data": "^5.2.12",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001418",
"caniuse-lite": "^1.0.30001430",
"glob": "^8.0.3",
"lodash.get": "^4.4.2",
"postcss": "^8.4.17",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"postcss-preset-env": "^7.8.1",
"postcss-preset-env": "^7.8.2",
"semver": "^7.3.8",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^28.0.0"
"stylelint": "^14.14.1",
"stylelint-config-standard": "^29.0.0"
},

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