@factor/filters
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.14
@@ -34,3 +34,7 @@ module.exports.default = Factor => { | ||
} else { | ||
str = JSON.stringify(obj) | ||
// Make sure to remove circular refs | ||
// https://github.com/WebReflection/flatted#flatted | ||
const { stringify } = require('flatted/cjs') | ||
str = stringify(obj) | ||
} | ||
@@ -107,5 +111,2 @@ | ||
if (this._filters[name][id]) { | ||
console.log("Duplicate Filter", name) | ||
} | ||
@@ -112,0 +113,0 @@ this._filters[name][id] = { callback, context, priority } |
{ | ||
"name": "@factor/filters", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.14", | ||
"license": "GPL-2.0", | ||
@@ -9,3 +9,6 @@ "publishConfig": { | ||
"factor": {}, | ||
"gitHead": "d3b17451c6b7cf11831022dbea0cafe1a955bd34" | ||
"gitHead": "73ef86e6add623345ad2c19c93c30b3810ae910c", | ||
"dependencies": { | ||
"flatted": "^2.0.1" | ||
} | ||
} |
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
22716
1
+ Addedflatted@^2.0.1
+ Addedflatted@2.0.2(transitive)