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

@flowfuse/driver-localfs

Package Overview
Dependencies
Maintainers
3
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/driver-localfs - npm Package Compare versions

Comparing version 2.1.2-afefb39-202403111508.0 to 2.2.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

#### 2.2.0: Release
- Private ca typo (#118) @hardillb
- Bump jsonata and @node-red/util (#117) @app/dependabot
#### 2.1.1: Release

@@ -2,0 +7,0 @@

2

localfs.js

@@ -86,3 +86,3 @@ /**

// fully qualified path to ca.pem file
if (app.config.driver.options?.privateCA && fs.existsSync(this._app.config.driver.options?.privateCA)) {
if (app.config.driver.options?.privateCA && existsSync(app.config.driver.options?.privateCA)) {
env.NODE_EXTRA_CA_CERTS = app.config.driver.options?.privateCA

@@ -89,0 +89,0 @@ }

{
"name": "@flowfuse/driver-localfs",
"version": "2.1.2-afefb39-202403111508.0",
"description": "Local Filesystem FlowFuse Project driver",
"main": "localfs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc *.js",
"lint:fix": "eslint -c .eslintrc *.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowFuse/driver-localfs.git"
},
"bugs": {
"url": "https://github.com/FlowFuse/driver-localfs/issues"
},
"homepage": "https://github.com/FlowFuse/driver-localfs#readme",
"author": {
"name": "FlowFuse Inc."
},
"license": "Apache-2.0",
"dependencies": {
"@flowfuse/nr-launcher": "nightly",
"got": "^11.8.5",
"semver": "^7.3.8"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0"
}
"name": "@flowfuse/driver-localfs",
"version": "2.2.0",
"description": "Local Filesystem FlowFuse Project driver",
"main": "localfs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc *.js",
"lint:fix": "eslint -c .eslintrc *.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlowFuse/driver-localfs.git"
},
"bugs": {
"url": "https://github.com/FlowFuse/driver-localfs/issues"
},
"homepage": "https://github.com/FlowFuse/driver-localfs#readme",
"author": {
"name": "FlowFuse Inc."
},
"license": "Apache-2.0",
"dependencies": {
"@flowfuse/nr-launcher": "^2.2.0",
"got": "^11.8.5",
"semver": "^7.3.8"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.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