🚀 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
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.0.2

5

CHANGELOG.md
# Changes to PostCSS Custom Properties
### 12.0.2 (January 2, 2022)
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
### 12.0.1 (December 16, 2021)

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

9

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

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

"CHANGELOG.md",
"INSTALL.md",
"LICENSE.md",

@@ -24,5 +23,2 @@ "README.md",

],
"bin": {
"postcss-custom-properties": "dist/cli.mjs"
},
"scripts": {

@@ -34,3 +30,4 @@ "build": "rollup -c ../../rollup/default.js",

"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci"
"test": "postcss-tape --ci && npm run test:exports",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
},

@@ -37,0 +34,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet