Socket
Socket
Sign inDemoInstall

postcss-custom-properties

Package Overview
Dependencies
6
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.0 to 10.0.0

5

CHANGELOG.md
# Changes to PostCSS Custom Properties
### 10.0.0 (September 18, 2020)
- Fixed: `url-regex` vulnerability ([#228](https://github.com/postcss/postcss-custom-properties/pull/228))
- Breaking Change: Node v10+ now required
### 9.2.0 (September 18, 2020)

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

6

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

@@ -29,7 +29,7 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"dependencies": {
"postcss": "^7.0.17",
"postcss-values-parser": "^3.0.5"
"postcss-values-parser": "^4.0.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc