Socket
Socket
Sign inDemoInstall

postcss-property-lookup

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-property-lookup - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

index.js

@@ -17,3 +17,3 @@ var postcss = require('postcss');

} else {
result.warn('Unable to find property ' + orig, { node: rule });
result.warn('Unable to find property ' + orig + ' in ' + rule.selector, { node: rule });
return '';

@@ -20,0 +20,0 @@ }

{
"name": "postcss-property-lookup",
"version": "0.2.0",
"version": "0.2.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc