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.0 to 7.0.1

4

cssdb.json

@@ -146,3 +146,4 @@ [

"opera": "85",
"safari": "15.4"
"safari": "15.4",
"samsung": "18.0"
},

@@ -863,2 +864,3 @@ "docs": {

"op_mob": "70",
"opera": "87",
"safari": "15"

@@ -865,0 +867,0 @@ },

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

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

"scripts": {
"start": "astro dev",
"prestart": "npm run preparesite",
"start": "node ./tasks/preview-site.mjs",
"prestart": "npm run build",
"build": "node ./tasks/render-site.mjs",
"prebuild": "npm run preparesite",
"prepublishOnly": "npm run populatedb",
"populatedb": "node tasks/populate-db.mjs",
"build": "astro build",
"prepublishOnly": "npm run populatedb",
"create-badges": "node tasks/write-badges.js",
"preparesite": "npm run populatedb && npm run create-badges",
"preparesite": "npm run populatedb && npm run create-badges && npm run buildcss",
"buildcss": "postcss src/styles/style.css -d dist/styles -m",
"test": "npm run test:css && npm run test:json",

@@ -43,15 +44,13 @@ "test:css": "stylelint src/styles/style.css",

"devDependencies": {
"@astropub/webapi": "^0.10.14",
"@mdn/browser-compat-data": "^5.1.8",
"astro": "0.24.3",
"@mdn/browser-compat-data": "^5.1.9",
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001376",
"fse": "^4.0.1",
"caniuse-lite": "^1.0.30001382",
"glob": "^8.0.3",
"lodash.get": "^4.4.2",
"postcss": "^8.4.16",
"postcss-preset-env": "^7.7.2",
"pre-commit": "^1.2.2",
"postcss-cli": "^10.0.0",
"postcss-preset-env": "^7.8.0",
"semver": "^7.3.7",
"stylelint": "^14.10.0",
"stylelint-config-standard": "^27.0.0"
"stylelint": "^14.11.0",
"stylelint-config-standard": "^28.0.0"
},

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