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
0
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 4.5.0 to 4.5.1

6

main/models/FlowElement.d.ts
export declare class FlowElement {
subtype: string;
metaType: string;
element: object;
element: string | object;
connectors?: object[];
name?: string;
locationX?: string;
locationY?: string;
constructor(metaType: string, subtype: string, element: object);
}

16

package.json
{
"name": "lightning-flow-scanner-core",
"version": "4.5.0",
"version": "4.5.1",
"main": "out/index.js",

@@ -30,11 +30,11 @@ "types": "index.d.ts",

"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"husky": "^9.1.6",

@@ -48,7 +48,7 @@ "lint-staged": "^15.2.10",

"rollup-plugin-polyfill-node": "^0.13.0",
"semantic-release": "^24.1.2",
"semantic-release": "^24.1.3",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"typescript-eslint": "^8.10.0",
"uglify-js": "^3.19.3"

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

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