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

cssom-papandreou

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssom-papandreou - npm Package Compare versions

Comparing version 0.2.4-patch5 to 0.2.4-patch5andahalf

6

lib/parse.js

@@ -230,2 +230,5 @@ //.CommonJS

state = "before-name";
} else if (state === "before-selector") {
// Empty selector. Gather the style up as usual, then discard.
state = "broken-brace";
}

@@ -367,2 +370,5 @@ break;

break;
case "broken-brace":
state = "before-selector";
break;
}

@@ -369,0 +375,0 @@ break;

4

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.2.4-patch5",
"version": "0.2.4-patch5andahalf",
"homepage": "https://github.com/NV/CSSOM",

@@ -26,3 +26,3 @@ "author": "Nikita Vasilyev <me@elv1s.ru>",

"devDependencies": {
"jake": "0.2.x"
"jake": "8.0.12"
},

@@ -29,0 +29,0 @@ "licenses": [

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