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 3.22.1 to 3.22.2

out/package.json

14

package.json
{
"name": "lightning-flow-scanner-core",
"version": "3.22.1",
"main": "out/**",
"version": "3.22.2",
"main": "out/index.js",
"types": "index.d.ts",
"engines": {
"node": "^18 || ^20"
"node": "^18 || ^20 || ^22"
},

@@ -15,3 +15,3 @@ "scripts": {

"lint": "eslint src",
"prepack": "npm run build && npm run dist",
"prepack": "npm run build && cp package.json ./out",
"rollup": "rollup --config",

@@ -29,2 +29,5 @@ "uglify": "uglifyjs dist/index.js --compress -o dist/index.min.js",

},
"files": [
"out/**"
],
"devDependencies": {

@@ -59,3 +62,6 @@ "@rollup/plugin-commonjs": "^26.0.1",

"xmlbuilder2": "^3.1.1"
},
"exports": {
".": "./out/"
}
}
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