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.10 to 0.12.11

12

index.js

@@ -12,14 +12,2 @@ /**

var pkg = require(__dirname + "/package.json");
var starter = process.argv[1];
if (!new RegExp("clam$").test(starter)) {
require("check-update")({
packageName: pkg.name,
packageVersion: pkg.version,
isCLI: new RegExp(pkg.name + '$').test(starter)
}, function (err, latestVersion, defaultMessage) {
if (!err && pkg.version < latestVersion) {
console.log(defaultMessage);
}
});
}

@@ -26,0 +14,0 @@ function init_config(dir, key, except) {

3

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

@@ -11,3 +11,2 @@ "main": "index.js",

"async": "~0.9.0",
"check-update": "~0.0.8",
"commander": "~2.5.0",

@@ -14,0 +13,0 @@ "dac": "~0.6.2",

Sorry, the diff of this file is not supported yet

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