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

@flowfuse/nr-file-nodes

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/nr-file-nodes - npm Package Compare versions

Comparing version 0.0.6-5bedbbc-202405281102.0 to 0.0.6-66b148e-202406101509.0

utils.js

13

package.json
{
"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 @@

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