🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

postcss-custom-properties

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-custom-properties - npm Package Compare versions

Comparing version

to
12.0.0

index.cjs

51

package.json
{
"name": "postcss-custom-properties",
"version": "11.0.0",
"version": "12.0.0",
"description": "Use Custom Properties Queries in CSS",

@@ -13,10 +13,17 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"bugs": "https://github.com/postcss/postcss-custom-properties/issues",
"main": "index.cjs.js",
"module": "index.esm.mjs",
"main": "index.cjs",
"module": "index.mjs",
"types": "./index.d.ts",
"files": [
"index.cjs.js",
"index.cjs.js.map",
"index.esm.mjs",
"index.esm.mjs.map"
"index.d.ts",
"index.cjs",
"index.mjs"
],
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.cjs",
"types": "./index.d.ts"
}
},
"scripts": {

@@ -30,21 +37,21 @@ "prepublishOnly": "npm test",

"engines": {
"node": ">=10.0.0"
"node": ">=12"
},
"dependencies": {
"postcss-values-parser": "^4.0.0"
"postcss-values-parser": "^6"
},
"peerDependencies": {
"postcss": "^8.1.0"
"postcss": "^8.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"postcss": "^8.1.0",
"postcss-tape": "^6.0.0",
"pre-commit": "^1.2.2",
"rollup": "^2.27.1"
"@babel/core": "7.15.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.15.6",
"@rollup/plugin-babel": "5.3.0",
"@web/rollup-plugin-copy": "^0.3.0",
"eslint": "7.32.0",
"postcss": "8.3.6",
"postcss-tape": "6.0.1",
"pre-commit": "1.2.2",
"rollup": "2.56.3"
},

@@ -58,6 +65,4 @@ "eslintConfig": {

"extends": "eslint:recommended",
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2018,
"impliedStrict": true,
"ecmaVersion": 2020,
"sourceType": "module"

@@ -64,0 +69,0 @@ },

@@ -189,4 +189,4 @@ # PostCSS Custom Properties [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

[cli-url]: https://travis-ci.org/postcss/postcss-custom-properties
[css-img]: https://cssdb.org/badge/custom-properties.svg
[css-url]: https://cssdb.org/#custom-properties
[css-img]: https://github.com/postcss/postcss-custom-properties/workflows/test/badge.svg
[css-url]: https://github.com/postcss/postcss-custom-properties/actions/workflows/test.yml?query=workflow/test
[git-img]: https://img.shields.io/badge/support-chat-blue.svg

@@ -193,0 +193,0 @@ [git-url]: https://gitter.im/postcss/postcss