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.2 to 0.13.3

2

index.js

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

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

@@ -138,2 +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");

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

4

package.json
{
"name": "flex-combo",
"version": "0.13.2",
"version": "0.13.3",
"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.2",
"dac": "~0.7.5",
"fetch-agent": "~0.4.1",

@@ -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