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.13.3 to 0.13.4

4

index.js

@@ -76,3 +76,3 @@ /**

fcInst.addEngine("\\.tpl\\.js$", DAC.tpl, "dac/tpl");
fcInst.addEngine("\\.cmd\\.js$", DAC.cmd, "dac/tpl");
fcInst.addEngine("\\.js$", DAC.cmd, "dac/cmd");
fcInst.addEngine("\\.html\\.js$", function (htmlfile, reqOpt, args, cb) {

@@ -139,3 +139,3 @@ DAC.tpl(htmlfile, reqOpt, args, function (err, result, filepath, MIME) {

fcInst.addEngine("\\.tpl$|\\.tpl\\.js$", DAC.tpl, "dac/tpl");
fcInst.addEngine("\\.cmd\\.js$", DAC.cmd, "dac/tpl");
fcInst.addEngine("\\.js$", DAC.cmd, "dac/cmd");

@@ -142,0 +142,0 @@ var through = require("through2");

@@ -16,3 +16,10 @@ module.exports = {

filter: {}
},
"dac/cmd": {
enable: false,
ignore: ''
},
"dac/polymer" : {
"filter": {}
}
};
{
"name": "flex-combo",
"version": "0.13.3",
"version": "0.13.4",
"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.7.5",
"dac": "~0.7.6",
"fetch-agent": "~0.4.1",

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

@@ -168,2 +168,9 @@ # Flex Combo 介绍

"filter": {}
},
"dac/cmd": {
"enable": true,
"ignore": ""
},
"dac/polymer": {
"filter": {}
}

@@ -170,0 +177,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