postcss-custom-properties
Advanced tools
Comparing version 5.0.2 to 6.0.0
@@ -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 @@ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17799
6
228
2
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.03.2.3(transitive)
Updatedpostcss@^6.0.1