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

postcss-structure

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-structure - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

lib/hides-query.js

@@ -14,3 +14,3 @@ 'use strict';

exports.default = function (hides, node) {
if (hides.length && hides && hides.length) {
if (hides && hides.length) {
var hide = _postcss2.default.rule();

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ 'use strict';

exports.default = function (rights, node, opts) {
if (rights.length && rights && rights.length) {
if (rights && rights.length) {
var right = _postcss2.default.rule();

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ 'use strict';

exports.default = function (shows, node) {
if (shows.length && shows && shows.length) {
if (shows && shows.length) {
var show = _postcss2.default.rule();

@@ -17,0 +17,0 @@

{
"name": "postcss-structure",
"version": "0.8.2",
"version": "0.8.3",
"description": "A PostCSS plugin to create CSS grids based on a fixed block width.",

@@ -5,0 +5,0 @@ "keywords": [

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