@flowfuse/nr-launcher
Advanced tools
Comparing version 2.4.0 to 2.4.1-5852519-202405241605.0
@@ -16,3 +16,3 @@ const { OAuth2 } = require('oauth') | ||
const callbackURL = `${baseURL}/auth/strategy/callback` | ||
const callbackURL = '/auth/strategy/callback' | ||
const authorizationURL = `${forgeURL}/account/authorize` | ||
@@ -19,0 +19,0 @@ const tokenURL = `${forgeURL}/account/token` |
@@ -98,3 +98,3 @@ const crypto = require('crypto') | ||
const nodeUrl = new URL(options.baseURL) | ||
const callbackURL = `${nodeUrl.origin}/_ffAuth/callback` | ||
const callbackURL = '/_ffAuth/callback' | ||
const authorizationURL = `${options.forgeURL}/account/authorize` | ||
@@ -101,0 +101,0 @@ const tokenURL = `${options.forgeURL}/account/token` |
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-5852519-202405241605.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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
553872
1
+ Added@flowfuse/nr-file-nodes@0.0.9-1e6a163-202412191018.0(transitive)
+ Added@flowfuse/nr-project-nodes@0.7.5-1fb7208-202412091856.0(transitive)
+ Addedagent-base@7.1.3(transitive)
+ Addedhttp-proxy-agent@7.0.2(transitive)
+ Addedhttps-proxy-agent@7.0.6(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removed@flowfuse/nr-file-nodes@0.0.5(transitive)
- Removed@flowfuse/nr-project-nodes@0.6.4(transitive)