Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.4 to 0.5.5

2

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

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

@@ -369,3 +369,3 @@ var Class = require('../util/Class'),

if(!S[token.type()]) {
if(token.type() == Token.ID) {
if(token.type() == Token.ID || token.content() == ',') {
continue;

@@ -372,0 +372,0 @@ }

@@ -370,3 +370,3 @@ define(function(require, exports, module) {

if(!S[token.type()]) {
if(token.type() == Token.ID) {
if(token.type() == Token.ID || token.content() == ',') {
continue;

@@ -373,0 +373,0 @@ }

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