New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flowx

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowx - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

6

lib/matchers.js

@@ -49,4 +49,6 @@ 'use strict'

if (matchOne(rule.when, actionsList[i].value)) {
return ((rule.type === undefined && actionsList[i].type === undefined) || actionsList[i].type === rule.type) &&
((rule.confidence === undefined && actionsList[i].confidence === undefined) || actionsList[i].confidence > rule.confidence)
if ((rule.type === undefined && actionsList[i].type === undefined) || actionsList[i].type === rule.type) &&
((rule.confidence === undefined && actionsList[i].confidence === undefined) || actionsList[i].confidence > rule.confidence) {
return true
}
}

@@ -53,0 +55,0 @@ }

{
"name": "flowx",
"version": "5.0.7",
"version": "5.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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