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

@prescient-devices/node-red-contrib-downloadfile

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prescient-devices/node-red-contrib-downloadfile

Opens web browser file save dialog and saves the payload received to a file in the local filesystem

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

node-red-contrib-downloadfile

[!CAUTION] This package has been deprecated, for new installations please use @prescient-devices-oss/node-red-contrib-downloadfile

A node to download a message's payload to the browser's local file system

Installation

Node-RED editor's palette manager may be used to install the node. Alternatively, the command line may also be used to install the node with the following commands (assuming the user's Node-RED directory is ${HOME}/.node-red):

$ cd "${HOME}"/.node-red
$ npm install --production node-red-contrib-downloadfile
[...]

Node

  • downloadfile

Running Tests

The development dependencies need to be installed before running the test-bench. This can be accomplished with the following commands (assuming ${HOME}/node-red-contrib-downloadfile is the node's development directory where the node's package.json is):

$ cd "${HOME}"/node-red-contrib-downloadfile
$ npm install
[...]

Then to run the tests:

$ cd "${HOME}"/node-red-contrib-downloadfile
$ npm test
[...]

Contributing / Fixes

An issue may be raised for typos and single-line fixes. A pull request may be opened in the node's GitHub repository for more complex fixes and/or contributions.

Copyright Prescient Devices, Inc. under the MIT license, which is in the LICENSE file.

Keywords

FAQs

Package last updated on 26 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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