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.20 to 0.13.0

2

index.js

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

fcInst.addEngine("\\.less\\.css$|\\.less\\.css\\.map$", DAC.less, "dac/less");
fcInst.addEngine("\\.css\\.js$", DAC.lessjs, "dac/tpl");
fcInst.addEngine("\\.tpl\\.js$", DAC.tpl, "dac/tpl");

@@ -133,2 +134,3 @@ fcInst.addEngine("\\.html\\.js$", function (htmlfile, reqOpt, args, cb) {

fcInst.addEngine("\\.less$", DAC.less, "dac/less");
fcInst.addEngine("\\.css$", DAC.lessjs, "dac/tpl");
fcInst.addEngine("\\.tpl$", DAC.tpl, "dac/tpl");

@@ -135,0 +137,0 @@

8

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

@@ -10,5 +10,5 @@ "main": "index.js",

"dependencies": {
"async": "~1.4.2",
"async": "~1.5.0",
"commander": "~2.5.0",
"dac": "~0.6.5",
"dac": "~0.7.0",
"fetch-agent": "~0.4.1",

@@ -22,3 +22,3 @@ "inline-source-map-comment": "~1.0.5",

"source-map-dummy": "~1.0.0",
"through2": "~0.6.5"
"through2": "~2.0.0"
},

@@ -25,0 +25,0 @@ "repository": {

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