postcss-button
Advanced tools
Comparing version 0.3.16 to 0.3.17
{ | ||
"name": "postcss-button", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "A PostCSS plugin to create buttons.", | ||
@@ -28,15 +28,15 @@ "keywords": [ | ||
"dependencies": { | ||
"postcss": "^7.0.2" | ||
"postcss": "^7.0.17" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.56", | ||
"@babel/core": "^7.0.0-beta.56", | ||
"@babel/preset-env": "^7.0.0-beta.56", | ||
"@babel/register": "^7.0.0-beta.56", | ||
"ava": "^1.0.0-beta.4", | ||
"eslint": "^5.3.0", | ||
"eslint-config-airbnb": "^17.0.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.1", | ||
"eslint-plugin-react": "^7.10.0" | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/register": "^7.4.4", | ||
"ava": "^2.0.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.13.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "eslintConfig": { |
@@ -85,3 +85,2 @@ # postcss-button | ||
01: [input](https://github.com/francoisromain/postcss-button/blob/gh-pages/test/src/01.css), [output](https://github.com/francoisromain/postcss-button/blob/gh-pages/test/dist/01.css), [markup](https://github.com/francoisromain/postcss-button/blob/gh-pages/test/01.html), [demo](https://francoisromain.github.io/postcss-button/test/01.html) | ||
@@ -204,2 +203,1 @@ | ||
Missing declarations fallback to the [_default_ settings](https://github.com/francoisromain/postcss-button/blob/c5bf5e690f12bda8a2a353392dae50e22897e3b3/src/index.js#L93-L106). | ||
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
24187
44
9
202
1
Updatedpostcss@^7.0.17