Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

more-css

Package Overview
Dependencies
Maintainers
2
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.10.3 to 0.10.4

1

build/Tree.js

@@ -240,3 +240,2 @@ var homunculus=function(){var _0=require('homunculus');return _0.hasOwnProperty("homunculus")?_0.homunculus:_0.hasOwnProperty("default")?_0.default:_0}();

t = t.token();
//TODO:vars可以作为key
if(t.type() == Token.KEYWORD && t.content().toLowerCase() == 'font-family') {

@@ -243,0 +242,0 @@ isFontFamily = true;

14

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

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

"clean-css": "~3.0.10",
"homunculus": "~0.8.13",
"glob": "~5.0.3",
"images": "~2.1.3"
"homunculus": "~0.9.0",
"glob": "~5.0.5",
"images": "~2.1.4"
},

@@ -47,6 +47,6 @@ "devDependencies": {

"gulp-util": "^3.0.1",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.1",
"mocha": "^2.2.4",
"mocha-lcov-reporter": "^0.0.2",
"through2": "^0.6.1",
"jsdc": "^0.5.6"
"jsdc": "^0.5.7"
},

@@ -53,0 +53,0 @@ "main": "./index",

@@ -240,3 +240,2 @@ import homunculus from 'homunculus';

t = t.token();
//TODO:vars可以作为key
if(t.type() == Token.KEYWORD && t.content().toLowerCase() == 'font-family') {

@@ -243,0 +242,0 @@ isFontFamily = true;

@@ -240,3 +240,2 @@ define(function(require, exports, module){var homunculus=function(){var _0=require('homunculus');return _0.hasOwnProperty("homunculus")?_0.homunculus:_0.hasOwnProperty("default")?_0.default:_0}();

t = t.token();
//TODO:vars可以作为key
if(t.type() == Token.KEYWORD && t.content().toLowerCase() == 'font-family') {

@@ -243,0 +242,0 @@ isFontFamily = true;

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