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

lightning-flow-scanner-core

Package Overview
Dependencies
Maintainers
0
Versions
206
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 4.13.0 to 4.13.1

main/data/customPrefixes.d.ts

33

index.d.ts

@@ -1,14 +0,2 @@

import {
Flow,
ParsedFlow,
ResultDetails,
RuleResult,
ScanResult,
FlowAttribute,
FlowElement,
FlowNode,
FlowResource,
FlowType,
FlowVariable,
} from "./main/models";
import { Flow, ParsedFlow, ResultDetails, RuleResult, ScanResult, FlowAttribute, FlowElement, FlowNode, FlowResource, FlowType, FlowVariable } from "./main/models";
import { Compiler } from "./main/libs";

@@ -20,20 +8,3 @@ import type { IRuleDefinition, IRulesConfig } from "./main/interfaces";

declare function fix(results: ScanResult[]): ScanResult[];
export {
Flow,
ParsedFlow,
ResultDetails,
RuleResult,
ScanResult,
FlowAttribute,
FlowElement,
FlowNode,
FlowResource,
FlowType,
FlowVariable,
Compiler,
getRules,
parse,
scan,
fix,
};
export { Flow, ParsedFlow, ResultDetails, RuleResult, ScanResult, FlowAttribute, FlowElement, FlowNode, FlowResource, FlowType, FlowVariable, Compiler, getRules, parse, scan, fix, };
export type { IRuleDefinition };
{
"name": "lightning-flow-scanner-core",
"version": "4.13.0",
"version": "4.13.1",
"main": "index.js",

@@ -15,3 +15,6 @@ "types": "index.d.ts",

"build:link": "npm run prepack && npm run cp:files && npm link ./out/src",
"cp:files": "cp ./readme.md ./package*.json ./src/index.d.ts ./out/src && cp -R ./media ./out/src",
"gen:types": "tsc -p tsconfig.cjs.json --declaration --emitDeclarationOnly",
"cp:types": "npm run gen:types && cp -R ./types/* ./out/src",
"cp:files": "cp ./readme.md ./package*.json ./out/src && cp -R ./media ./out/src",
"sim:pack": "npm run build && npm run cp:files && npm run gen:types && npm run cp:types",
"prepare": "husky",

@@ -18,0 +21,0 @@ "precommit": "lint-staged",

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