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

postcss-custom-properties

Package Overview
Dependencies
Maintainers
4
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.1.4

5

CHANGELOG.md
# Changes to PostCSS Custom Properties
### 12.1.4 (January 31, 2022)
- Fix `.mjs` in `importFrom` when using `export default`
- Fix `.mjs` in `importFrom` on Windows
### 12.1.3 (January 17, 2022)

@@ -4,0 +9,0 @@

11

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

@@ -35,3 +35,4 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci && npm run test:exports",
"test": "node .tape.mjs && node .tape.cjs && npm run test:exports",
"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"

@@ -46,8 +47,6 @@ },

"devDependencies": {
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-tape": "^6.0.1"
"postcss-import": "^14.0.2"
},
"peerDependencies": {
"postcss": "^8.3"
"postcss": "^8.4"
},

@@ -54,0 +53,0 @@ "keywords": [

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

[![Build Status][cli-img]][cli-url]
[![Support Chat][git-img]][git-url]
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]

@@ -195,4 +195,3 @@ [PostCSS Custom Properties] lets you use Custom Properties in CSS, following

[css-url]: https://cssdb.org/#custom-properties
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
[git-url]: https://gitter.im/postcss/postcss
[discord]: https://discord.gg/bUadyRwkJS
[npm-img]: https://img.shields.io/npm/v/postcss-custom-properties.svg

@@ -199,0 +198,0 @@ [npm-url]: https://www.npmjs.com/package/postcss-custom-properties

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet