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

@veritone/node-red-contrib-aiware

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veritone/node-red-contrib-aiware

veritone aiware nodes for node-red community

  • 2.0.0-alpha.87
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

node-red-contrib-aiware

The node-red-contrib-aiware nodes provide node red users with easy ways to use AI and chain AI models together all from node-red.

Read more at https://veritone.com

Testing a node module locally

To test a node module locally, the npm link command can be used. This allows you to develop the node in a local directory and have it linked into a local node-red install, as if it had been npm installed.

  1. In the module folder, run: npm link to create a global symlink.
  2. In the node-red-v3 directory, typically node-red/nr run: npm link @veritone/node-red-contrib-aiware to put the link locally.

Document on npm link can be found at https://docs.npmjs.com/cli/v7/commands/npm-link

Publish

  • Increase the version in package.json
  • Execute NPM_TOKEN=<token> npm publish
  • Finally, in the node-red repo, update the docker/studio/Dockerfile with the new version

Keywords

FAQs

Package last updated on 13 Dec 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