Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flex-combo-plus

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-combo-plus - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

12

instance.js

@@ -34,3 +34,5 @@ /**

module.exports = (function(http, merge, Promise, nw, fs, request, requestFopts, response, responseFopts, try2do, log){
module.exports = (function(http, util, merge, Promise,
nw, fs, request, requestFopts,
response, responseFopts, try2do, log){

@@ -69,2 +71,6 @@ return function(rules, options){

});
if(!util.isRegExp(rule.from)){
rule.from = new RegExp(rule.from);
}
});

@@ -88,3 +94,3 @@

function nex(){ // TODO nex
function nex(){
try2do(options.after.bind(options, req, res),

@@ -170,4 +176,4 @@ options.error.bind(options, req, res));

};
}(require('http'), require('merge'), require('promise'),
}(require('http'), require('util'), require('merge'), require('promise'),
require('./nw'), require('./fs'), require('./request'), require('./request.fopts'),
require('./response'), require('./response.fopts'), require('./try2do'), require('./log')));
{
"name": "flex-combo-plus",
"version": "2.0.1",
"version": "2.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "instance.js",

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