Socket
Socket
Sign inDemoInstall

postcss-styl

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-styl - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

3

lib/stringifier.js

@@ -70,4 +70,5 @@ "use strict"

const index = parent.nodes.indexOf(node)
const nextNodes = parent.nodes.slice(index)
const nextNodes = parent.nodes.slice(index + 1)
if (
nextNodes.length &&
nextNodes.every(

@@ -74,0 +75,0 @@ next => next.raws.before && !next.raws.before.includes("\n") // no line feed

{
"name": "postcss-styl",
"version": "0.7.0",
"version": "0.7.1",
"description": "PostCSS parser plugin for converting Stylus syntax to PostCSS AST.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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