@flowfuse/nr-file-nodes
Advanced tools
Comparing version 0.0.6-5bedbbc-202405281102.0 to 0.0.6-66b148e-202406101509.0
{ | ||
"name": "@flowfuse/nr-file-nodes", | ||
"version": "0.0.6-5bedbbc-202405281102.0", | ||
"version": "0.0.6-66b148e-202406101509.0", | ||
"description": "Node-RED file nodes packaged for FlowFuse", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm run test:files && npm run test:memory", | ||
"test": "npm run test:files && npm run test:memory && npm run test:utils", | ||
"test:memory": "mocha 'test/memory_spec.js' --timeout 5000", | ||
"test:files": "mocha 'test/file_spec.js' --timeout 5000", | ||
"lint": "eslint -c .eslintrc *.js", | ||
"lint:fix": "eslint -c .eslintrc *.js --fix" | ||
"test:utils": "mocha 'test/utils_spec.js' --timeout 5000", | ||
"lint": "eslint -c .eslintrc *.js test/*.js", | ||
"lint:fix": "eslint -c .eslintrc *.js test/*.js --fix" | ||
}, | ||
@@ -37,3 +38,5 @@ "keywords": [ | ||
"got": "11.8.5", | ||
"iconv-lite": "0.6.3" | ||
"iconv-lite": "0.6.3", | ||
"http-proxy-agent": "^7.0.2", | ||
"https-proxy-agent": "^7.0.4" | ||
}, | ||
@@ -40,0 +43,0 @@ "engines": { |
@@ -18,3 +18,4 @@ /** | ||
const Stream = require('stream') | ||
const got = require('got') | ||
const utils = require('./utils') | ||
const got = require('got').default | ||
@@ -40,3 +41,4 @@ module.exports = function (RED, _teamID, _projectID, _token) { | ||
limit: 0 | ||
} | ||
}, | ||
agent: utils.getHTTPProxyAgent({ timeout: 3000 }) | ||
}) | ||
@@ -43,0 +45,0 @@ |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
60837
11
653
4
10
2
+ Addedhttp-proxy-agent@^7.0.2
+ Addedhttps-proxy-agent@^7.0.4
+ Addedagent-base@7.1.3(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedhttp-proxy-agent@7.0.2(transitive)
+ Addedhttps-proxy-agent@7.0.6(transitive)
+ Addedms@2.1.3(transitive)