New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stylus-supremacy

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus-supremacy - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

docs/demo--auto-generated.js

6

edge/format.js

@@ -769,3 +769,7 @@ const stylus = require('stylus')

}
outputBuffer.append(travel(inputNode, inputNode.block, indentLevel))
if (inputNode.block) {
outputBuffer.append(travel(inputNode, inputNode.block, indentLevel))
} else if (options.insertSemicolons) {
outputBuffer.append(';')
}

@@ -772,0 +776,0 @@ } else if (inputNode instanceof stylus.nodes.Atblock) {

2

package.json
{
"name": "stylus-supremacy",
"description": "Make your Stylus files look great again.",
"version": "0.2.5",
"version": "0.2.6",
"author": {

@@ -6,0 +6,0 @@ "name": "Anantachai Saothong",

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