Socket
Socket
Sign inDemoInstall

postcss-custom-properties

Package Overview
Dependencies
Maintainers
3
Versions
89
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 5.0.2 to 6.0.0

dist/index.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 6.0.0 - 2017-05-12
- Added: compatibility with postcss v6.x
# 5.0.2 - 2017-02-01

@@ -2,0 +6,0 @@

20

package.json
{
"name": "postcss-custom-properties",
"version": "5.0.2",
"version": "6.0.0",
"description": "PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables",

@@ -16,18 +16,26 @@ "keywords": [

"repository": "https://github.com/postcss/postcss-custom-properties.git",
"main": "dist/index.js",
"files": [
"index.js"
"dist"
],
"dependencies": {
"balanced-match": "^0.4.2",
"postcss": "^5.0.0"
"postcss": "^6.0.1"
},
"devDependencies": {
"eslint": "^1.0.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1",
"eslint": "^3.19.0",
"npmpub": "^3.1.0",
"tape": "^4.0.0"
"tape": "^4.6.3"
},
"scripts": {
"test": "eslint . && tape test",
"lint": "eslint *.js index.js ./test/",
"tape": "tape -r babel-register test/*.js",
"test": "npm run lint && npm run babelify && npm run tape",
"babelify": "babel index.js --out-dir dist",
"prepublish": "npm run babelify",
"release": "npmpub"
}
}

@@ -0,0 +0,0 @@ # postcss-custom-properties [![Build Status](https://travis-ci.org/postcss/postcss-custom-properties.svg)](https://travis-ci.org/postcss/postcss-custom-properties)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc