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

flex-combo

Package Overview
Dependencies
Maintainers
4
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-combo - npm Package Compare versions

Comparing version 0.12.13 to 0.12.14

7

api.js

@@ -192,3 +192,8 @@ var urlLib = require("url");

engineHandler: function (_url, next) {
var filteredURL = this.filteredUrl(_url, true);
var eUrl = _url;
// .css找不到尝试找.less
if (!/\.less/.test(_url)) {
eUrl = _url.replace(/\.css$/, ".less.css");
}
var filteredURL = this.filteredUrl(eUrl, true);
var absPath = this.getRealPath(filteredURL);

@@ -195,0 +200,0 @@

7

index.js

@@ -5,7 +5,7 @@ /**

* */
var API = require("./api");
var DAC = require("dac");
var fsLib = require("fs");
var pathLib = require("path");
var DAC = require("dac");
var trace = require("plug-trace");
var API = require("./api");

@@ -116,2 +116,5 @@ var pkg = require(__dirname + "/package.json");

if (req && res && next) {
if (res._header) {
return next();
}
fcInst.handle(req, res, next);

@@ -118,0 +121,0 @@ }

{
"name": "flex-combo",
"version": "0.12.13",
"version": "0.12.14",
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).",

@@ -12,3 +12,3 @@ "main": "index.js",

"commander": "~2.5.0",
"dac": "~0.6.4",
"dac": "~0.6.5",
"fetch-agent": "~0.4.0",

@@ -15,0 +15,0 @@ "inline-source-map-comment": "~1.0.5",

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