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

stylus

Package Overview
Dependencies
Maintainers
5
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus - npm Package Compare versions

Comparing version 0.61.0 to 0.62.0

2

lib/nodes/object.js

@@ -130,3 +130,3 @@

default:
return super.operate.call(op, right);
return super.operate(op, right);
}

@@ -133,0 +133,0 @@ };

@@ -67,3 +67,3 @@ /*!

compile() {
var css = super.compile.call(this)
var css = super.compile()
, out = this.basename + '.map'

@@ -160,3 +160,3 @@ , url = this.normalizePath(this.dest

visitLiteral(lit) {
var val = super.visitLiteral.call(this, lit)
var val = super.visitLiteral(lit)
, filename = this.normalizePath(lit.filename)

@@ -163,0 +163,0 @@ , indentsRe = /^\s+/

{
"name": "stylus",
"description": "Robust, expressive, and feature-rich CSS superset",
"version": "0.61.0",
"version": "0.62.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,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