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.5.0 to 0.5.1

lib/parser/stylus-nodes.js

2

lib/index.js
"use strict"
require("./parser/stylus-nodes").patch4Min()
const parse = require("./parse")

@@ -4,0 +6,0 @@ const stringify = require("./stringify")

2

lib/parser/index.js

@@ -15,3 +15,3 @@ "use strict"

const getCssLiteralIndices = require("./get-css-literal-indices")
const { getName } = require("./styles-nodes")
const { getName } = require("./stylus-nodes")

@@ -18,0 +18,0 @@ const debug = require("debug")("postcss-styl:parser")

"use strict"
const { isSkipToken, isEndOfLineToken } = require("./token-utils")
const { getName } = require("./styles-nodes")
const { getName } = require("./stylus-nodes")

@@ -6,0 +6,0 @@ /**

@@ -9,3 +9,3 @@ "use strict"

const cursors = require("./token-cursor/cursors")
const { getName } = require("./styles-nodes")
const { getName } = require("./stylus-nodes")

@@ -12,0 +12,0 @@ /**

{
"name": "postcss-styl",
"version": "0.5.0",
"version": "0.5.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