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

more-css

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

more-css - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "more-css",
"version": "0.1.3",
"version": "0.1.4",
"description": "a css pre-compiler & agressive compressor",

@@ -5,0 +5,0 @@ "maintainers": [

@@ -264,2 +264,5 @@ var Class = require('../util/Class'),

}
else if(this.look.content() == ';') {
node.add(this.match());
}
else {

@@ -266,0 +269,0 @@ break;

@@ -265,2 +265,5 @@ define(function(require, exports, module) {

}
else if(this.look.content() == ';') {
node.add(this.match());
}
else {

@@ -267,0 +270,0 @@ break;

Sorry, the diff of this file is not supported yet

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