Socket
Socket
Sign inDemoInstall

postcss-custom-properties

Package Overview
Dependencies
12
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

README.md

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 5.0.1 - 2016-04-22
- Fixed: trailing space after custom property name causes duplicate empty
property
([#43](https://github.com/postcss/postcss-custom-properties/pull/43))
# 5.0.0 - 2015-08-25

@@ -2,0 +8,0 @@

2

index.js

@@ -15,3 +15,3 @@ /**

// matches `name[, fallback]`, captures "name" and "fallback"
var RE_VAR = /([\w-]+)(?:\s*,\s*)?(.*)?/
var RE_VAR = /([\w-]+)(?:\s*,\s*)?\s*(.*)?/

@@ -18,0 +18,0 @@ /**

{
"name": "postcss-custom-properties",
"version": "5.0.0",
"version": "5.0.1",
"description": "PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables",

@@ -15,6 +15,3 @@ "keywords": [

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-custom-properties.git"
},
"repository": "https://github.com/postcss/postcss-custom-properties.git",
"files": [

@@ -29,7 +26,9 @@ "index.js"

"eslint": "^1.0.0",
"npmpub": "^3.1.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "eslint . && tape test"
"test": "eslint . && tape test",
"release": "npmpub"
}
}
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