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

lightning-flow-scanner-core

Package Overview
Dependencies
Maintainers
3
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightning-flow-scanner-core - npm Package Compare versions

Comparing version 3.20.5 to 3.20.6

1

out/main/libs/GetRuleDefinitions.js

@@ -41,3 +41,2 @@ "use strict";

const matchedRule = new DynamicRule_1.DynamicRule(rule);
matchedRule["severity"] = "error";
selectedRules.push(matchedRule);

@@ -44,0 +43,0 @@ }

2

package.json
{
"name": "lightning-flow-scanner-core",
"version": "3.20.5",
"version": "3.20.6",
"main": "out/**",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -39,3 +39,2 @@ import { IRuleDefinition } from "../interfaces/IRuleDefinition";

const matchedRule = new DynamicRule(rule);
matchedRule["severity"] = "error";
selectedRules.push(matchedRule);

@@ -42,0 +41,0 @@ }

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