Comparing version 1.3.2 to 1.3.3
@@ -5,5 +5,10 @@ 'use strict' | ||
const Utils = require('./utils') | ||
const Catbox = require('catbox') | ||
const CatboxMemory = require('catbox-memory') | ||
let externals = {} | ||
let internals = {} | ||
internals.client = new Catbox.Client(CatboxMemory) | ||
class flowEmitter extends EventEmitter { } | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "flowx", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "", | ||
@@ -20,4 +20,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"bluebird": "^3.4.7" | ||
"bluebird": "^3.4.7", | ||
"catbox": "^7.1.3", | ||
"catbox-memory": "^2.0.4" | ||
} | ||
} |
'use strict' | ||
let externals = {} | ||
module.exports.matchRule = (rule, test, separator) => { | ||
@@ -6,0 +4,0 @@ const ruleArray = rule.split(separator || '.') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7861
137
3
+ Addedcatbox@^7.1.3
+ Addedcatbox-memory@^2.0.4
+ Added@hapi/address@1.0.1(transitive)
+ Addedboom@5.3.3(transitive)
+ Addedcatbox@7.2.1(transitive)
+ Addedcatbox-memory@2.1.1(transitive)
+ Addedhoek@4.3.1(transitive)
+ Addedjoi@12.1.1(transitive)
+ Addedtopo@2.1.1(transitive)