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

n8n-nodes-wa-webjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-wa-webjs - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

dist/nodes/WaWebJS/WaWebJS.node.js

@@ -313,3 +313,5 @@ "use strict";

const binaryPropertyName = 'qrcode';
const data = responseData.data;
const data = responseData.data.startsWith("data:image/png;base64,") ?
responseData.replace("data:image/png;base64,", "")
: responseData.data;
const binary = {

@@ -316,0 +318,0 @@ [binaryPropertyName]: { data, fileName, mimeType },

{
"name": "n8n-nodes-wa-webjs",
"version": "0.1.6",
"version": "0.1.7",
"description": "n8n to connect with WA Web JS API",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "n8n-nodes-wa-webjs",
"version": "0.1.6",
"version": "0.1.7",
"description": "n8n to connect with WA Web JS API",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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