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.24 to 1.0.25

2

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

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

@@ -71,2 +71,3 @@ import { LitElement, html, css } from 'lit';

loadWorkflow() {
console.log(this.workflow);
try {

@@ -96,3 +97,5 @@ const workflow = JSON.parse(this.workflow);

}
} catch {
} catch(error) {
console.log(this.workflow);
console.log(error);
this.showPreview = false;

@@ -99,0 +102,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