Socket
Socket
Sign inDemoInstall

postcss-property-lookup

Package Overview
Dependencies
11
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

2

build/index.js

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

function eachDecl(container, callback) {
container.nodes.forEach(function (node) {
container.each(function (node) {
if (node.type === 'decl') {

@@ -104,0 +104,0 @@ callback(node);

{
"name": "postcss-property-lookup",
"version": "1.1.2",
"version": "1.1.3",
"description": "PostCSS plugin that allows referencing property values without a variable",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc