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

n8n-node-dev

Package Overview
Dependencies
Maintainers
2
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-node-dev - npm Package Compare versions

Comparing version 0.24.0 to 0.25.0

2

oclif.manifest.json

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

{"version":"0.24.0","commands":{"build":{"id":"build","description":"Builds credentials and nodes and copies it to n8n custom extension folder","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev build","$ n8n-node-dev build --destination ~/n8n-nodes","$ n8n-node-dev build --watch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"destination":{"name":"destination","type":"option","char":"d","description":"The path to copy the compiles files to [default: /root/.n8n/custom]"},"watch":{"name":"watch","type":"boolean","description":"Starts in watch mode and automatically builds and copies file whenever they change","allowNo":false}},"args":[]},"new":{"id":"new","description":"Create new credentials/node","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev new"],"flags":{},"args":[]}}}
{"version":"0.25.0","commands":{"build":{"id":"build","description":"Builds credentials and nodes and copies it to n8n custom extension folder","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev build","$ n8n-node-dev build --destination ~/n8n-nodes","$ n8n-node-dev build --watch"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"destination":{"name":"destination","type":"option","char":"d","description":"The path to copy the compiles files to [default: /root/.n8n/custom]"},"watch":{"name":"watch","type":"boolean","description":"Starts in watch mode and automatically builds and copies file whenever they change","allowNo":false}},"args":[]},"new":{"id":"new","description":"Create new credentials/node","pluginName":"n8n-node-dev","pluginType":"core","aliases":[],"examples":["$ n8n-node-dev new"],"flags":{},"args":[]}}}
{
"name": "n8n-node-dev",
"version": "0.24.0",
"version": "0.25.0",
"description": "CLI to simplify n8n credentials/node development",

@@ -63,3 +63,3 @@ "license": "SEE LICENSE IN LICENSE.md",

"inquirer": "^7.0.1",
"n8n-core": "~0.84.0",
"n8n-core": "~0.85.0",
"n8n-workflow": "~0.70.0",

@@ -66,0 +66,0 @@ "oauth-1.0a": "^2.2.6",

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