Socket
Socket
Sign inDemoInstall

csss

Package Overview
Dependencies
82
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.10 to 0.4.11

5

csss.js

@@ -63,3 +63,2 @@ #!/usr/bin/env node

getCSSFiles: function (inputFiles) {
console.log('0');

@@ -148,3 +147,5 @@ var cssPromise = promise.map(inputFiles, function (filename, index) {

//store first css on object
var obj = css.parse(rawCSS[0], {});
var obj = css.parse(rawCSS[0], {
source: inputFiles[0]
});

@@ -151,0 +152,0 @@ //parse the remaining css files and merge the rules to the existing obj

2

package.json
{
"name": "csss",
"version": "0.4.10",
"version": "0.4.11",
"description": "A tool to detect multiple CSS selectors from your stylesheets and it works across multiple files.",

@@ -5,0 +5,0 @@ "author": "Anthony Weber",

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