Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-grid-fluid

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-grid-fluid - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

.DS_Store

26

package.json
{
"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;

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