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

@factor/filters

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factor/filters - npm Package Compare versions

Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.14

9

index.js

@@ -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"
}
}
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