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.4.2 to 0.4.3

0

demo/Ai.js

@@ -0,0 +0,0 @@ (function() {

2

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

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

@@ -249,3 +249,3 @@ var CssLexer = require('./lexer/CssLexer'),

if(startOrEnd) {
var s = concatSt(0, '', [], stack.length > 1).join(',');
var s = concatSt(0, '', [], stack.length > 1).join(',').replace(/\s*&\s*/g, '');
res += s;

@@ -257,4 +257,2 @@ exHash[s] = {

levels.push(s);
//ȥ��&��
res = res.replace(/\s*&\s*/g, '');
}

@@ -261,0 +259,0 @@ else {

@@ -0,0 +0,0 @@ 1.0.12 / 2013-07-19

module.exports = require('./lib/clean');

@@ -0,0 +0,0 @@ [![NPM version](https://badge.fury.io/js/clean-css.png)](http://badge.fury.io/js/clean-css)

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

if(startOrEnd) {
var s = concatSt(0, '', [], stack.length > 1).join(',');
var s = concatSt(0, '', [], stack.length > 1).join(',').replace(/\s*&\s*/g, '');
res += s;

@@ -258,4 +258,2 @@ exHash[s] = {

levels.push(s);
//ȥ��&��
res = res.replace(/\s*&\s*/g, '');
}

@@ -262,0 +260,0 @@ else {

Sorry, the diff of this file is not supported yet

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