Socket
Socket
Sign inDemoInstall

cssauron

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "cssauron",
"version": "0.2.0",
"version": "0.2.1",
"description": "create matching selectors from css for your very own nested object hierarchy",

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

@@ -32,2 +32,3 @@ module.exports = tokenize

, lhs
, rhs
, cmp

@@ -146,2 +147,6 @@ , c

}
state = PSEUDOCLASS
stream.queue(token())
state = READY
}

@@ -189,3 +194,3 @@

type: rhs
, data: lhs+'('+gathered.join('')+')'
, data: lhs + '(' + gathered.join('') + ')'
})

@@ -192,0 +197,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc