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

@flowfuse/nr-launcher

Package Overview
Dependencies
Maintainers
3
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/nr-launcher - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1-d1519b3-202405090841.0

144

package.json
{
"name": "@flowfuse/nr-launcher",
"version": "2.4.0",
"description": "FlowFuse Launcher for running Node-RED",
"exports": {
"./auditLogger": "./lib/auditLogger/index.js",
"./adminAuth": "./lib/auth/adminAuth.js",
"./authMiddleware": "./lib/auth/httpAuthMiddleware.js",
"./storage": "./lib/storage/index.js",
"./context": "./lib/context/index.js"
},
"node-red": {
"plugins": {
"flowfuse-auth": "lib/auth/httpAuthPlugin.js",
"flowfuse-library": "lib/storage/libraryPlugin.js",
"forge-light": "lib/theme/forge-light/forge-light.js",
"forge-dark": "lib/theme/forge-dark/forge-dark.js",
"forge-resources": "lib/resources/resourcePlugin.js"
}
},
"scripts": {
"test": "mocha 'test/unit/**/*_spec.js'",
"lint": "eslint -c .eslintrc *.js lib/*.js test/**/*.js",
"lint:fix": "eslint -c .eslintrc *.js lib/*.js test/**/*.js --fix",
"build-theme": "node lib/theme/scripts/build.js "
},
"keywords": [
"FlowFuse"
],
"bin": {
"flowforge-node-red": "./index.js",
"flowfuse-node-red": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowFuse/nr-launcher.git"
},
"author": {
"name": "FlowFuse Inc."
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/FlowFuse/nr-launcher/issues"
},
"homepage": "https://github.com/FlowFuse/nr-launcher#readme",
"dependencies": {
"@flowfuse/nr-file-nodes": "^0.0.5",
"@flowfuse/nr-project-nodes": "^0.6.2",
"@node-red/util": "^3.1.0",
"body-parser": "^1.20.2",
"command-line-args": "^5.2.1",
"express": "^4.18.2",
"express-session": "^1.18.0",
"got": "^11.8.6",
"json-stringify-safe": "5.0.1",
"memorystore": "^1.6.7",
"oauth": "^0.9.15",
"parse-prometheus-text-format": "^1.1.1",
"passport": "0.6.0",
"passport-oauth2": "^1.6.1",
"prom-client": "^15.0.0",
"ws": "^8.7.0"
},
"devDependencies": {
"@flowforge/file-server": "git://github.com/FlowFuse/file-server.git",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"mocha": "^10.2.0",
"sass": "1.66.1",
"should": "^13.2.3",
"sinon": "^17.0.1",
"sqlite3": "^5.1.6",
"yaml": "^2.1.3"
"name": "@flowfuse/nr-launcher",
"version": "2.4.1-d1519b3-202405090841.0",
"description": "FlowFuse Launcher for running Node-RED",
"exports": {
"./auditLogger": "./lib/auditLogger/index.js",
"./adminAuth": "./lib/auth/adminAuth.js",
"./authMiddleware": "./lib/auth/httpAuthMiddleware.js",
"./storage": "./lib/storage/index.js",
"./context": "./lib/context/index.js"
},
"node-red": {
"plugins": {
"flowfuse-auth": "lib/auth/httpAuthPlugin.js",
"flowfuse-library": "lib/storage/libraryPlugin.js",
"forge-light": "lib/theme/forge-light/forge-light.js",
"forge-dark": "lib/theme/forge-dark/forge-dark.js",
"forge-resources": "lib/resources/resourcePlugin.js"
}
},
"scripts": {
"test": "mocha 'test/unit/**/*_spec.js'",
"lint": "eslint -c .eslintrc *.js lib/*.js test/**/*.js",
"lint:fix": "eslint -c .eslintrc *.js lib/*.js test/**/*.js --fix",
"build-theme": "node lib/theme/scripts/build.js "
},
"keywords": [
"FlowFuse"
],
"bin": {
"flowforge-node-red": "./index.js",
"flowfuse-node-red": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowFuse/nr-launcher.git"
},
"author": {
"name": "FlowFuse Inc."
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/FlowFuse/nr-launcher/issues"
},
"homepage": "https://github.com/FlowFuse/nr-launcher#readme",
"dependencies": {
"@flowfuse/nr-file-nodes": "nightly",
"@flowfuse/nr-project-nodes": "nightly",
"@node-red/util": "^3.1.0",
"body-parser": "^1.20.2",
"command-line-args": "^5.2.1",
"express": "^4.18.2",
"express-session": "^1.18.0",
"got": "^11.8.6",
"json-stringify-safe": "5.0.1",
"memorystore": "^1.6.7",
"oauth": "^0.9.15",
"parse-prometheus-text-format": "^1.1.1",
"passport": "0.6.0",
"passport-oauth2": "^1.6.1",
"prom-client": "^15.0.0",
"ws": "^8.7.0"
},
"devDependencies": {
"@flowforge/file-server": "git://github.com/FlowFuse/file-server.git",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"mocha": "^10.2.0",
"sass": "1.66.1",
"should": "^13.2.3",
"sinon": "^17.0.1",
"sqlite3": "^5.1.6",
"yaml": "^2.1.3"
}
}
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