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

postcss-scss

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-scss - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

4

lib/scss-parser.js

@@ -182,4 +182,4 @@ let { Comment } = require('postcss')

raw(node, prop, tokens) {
super.raw(node, prop, tokens)
raw(node, prop, tokens, customProperty) {
super.raw(node, prop, tokens, customProperty)
if (node.raws[prop]) {

@@ -186,0 +186,0 @@ let scss = node.raws[prop].raw

{
"name": "postcss-scss",
"version": "4.0.3",
"version": "4.0.4",
"description": "SCSS parser for PostCSS",

@@ -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