postcss-grid-fluid
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "postcss-grid-fluid", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "A PostCSS plugin to create fluid grids.", | ||
@@ -24,20 +24,20 @@ "keywords": [ | ||
"dependencies": { | ||
"postcss": "^6.0.22" | ||
"postcss": "^7.0.17" | ||
}, | ||
"scripts": { | ||
"dist": "babel src --out-dir lib", | ||
"test": "npm run dist && ava && eslint *.js" | ||
"test": "npm run dist && ava && eslint '**/*.js'" | ||
}, | ||
"main": "./lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.47", | ||
"@babel/core": "^7.0.0-beta.47", | ||
"@babel/preset-env": "^7.0.0-beta.47", | ||
"@babel/register": "^7.0.0-beta.47", | ||
"ava": "^1.0.0-beta.4", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.8.2" | ||
"@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" | ||
}, | ||
@@ -44,0 +44,0 @@ "eslintConfig": { |
@@ -19,5 +19,5 @@ const postcss = require('postcss'); | ||
if ( | ||
decl.prop.match(/^gutter/) || | ||
decl.prop.match(/^display/) || | ||
decl.prop.match(/^width/) | ||
decl.prop.match(/^gutter/) | ||
|| decl.prop.match(/^display/) | ||
|| decl.prop.match(/^width/) | ||
) { | ||
@@ -24,0 +24,0 @@ options[decl.prop] = decl.value; |
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
18640
13
1
+ Addedpicocolors@0.2.1(transitive)
+ Addedpostcss@7.0.39(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedpostcss@6.0.23(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedpostcss@^7.0.17