New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12 to 0.12.13

7

api.js

@@ -30,3 +30,4 @@ var urlLib = require("url");

this.trace = new Stack(require(__dirname + "/package.json").name);
var pkgName = require(__dirname + "/package.json").name;
this.trace = new Stack(pkgName);

@@ -70,6 +71,8 @@ var confJSON = {};

}
this.cacheDir = pathLib.join(this.cacheDir, pkgName);
if (this.param.cache && !fsLib.existsSync(this.cacheDir)) {
mkdirp(this.cacheDir, function (e, dir) {
fsLib.chmod(dir, 0777);
});
fsLib.chmod(this.cacheDir, 0777);
}.bind(this));
}

@@ -76,0 +79,0 @@ }

@@ -13,6 +13,3 @@ module.exports = {

seperator: ',',
filter: {
"[\\.\\-]min\\.js$": ".js",
"[\\.\\-]min\\.css$": ".css"
},
filter: {},
engine: {},

@@ -19,0 +16,0 @@ "dac/tpl": {

{
"name": "flex-combo",
"version": "0.12.12",
"version": "0.12.13",
"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.3",
"dac": "~0.6.4",
"fetch-agent": "~0.4.0",

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

"mkdirp": "~0.5.0",
"plug-trace": "~0.1.3",
"plug-trace": "~0.1.5",
"source-map-concat": "~1.0.0",

@@ -22,0 +22,0 @@ "source-map-dummy": "~1.0.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