New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

n8n-demo-component

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-demo-component - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

2

package.json
{
"name": "n8n-demo-component",
"version": "1.0.25",
"version": "1.0.26",
"description": "web component for workflow previews",

@@ -5,0 +5,0 @@ "main": "n8n-demo.js",

@@ -49,2 +49,4 @@ import { LitElement, html, css } from 'lit';

const json = JSON.parse(data);
console.log(this.workflow);
console.log(json);
if (json.command === 'n8nReady') {

@@ -51,0 +53,0 @@ this.showPreview = true;

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