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

n8n-nodes-browserless

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-browserless - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

8

dist/nodes/Browserless/GenericFunctions.js

@@ -158,6 +158,6 @@ "use strict";

}
options['setExtraHTTPHeaders'].push({
name: 'cache-control',
value: 'no-cache',
});
options['setExtraHTTPHeaders'] = {
...options['setExtraHTTPHeaders'],
'cache-control': 'no-cache',
};
if (options['addScriptTag']) {

@@ -164,0 +164,0 @@ options['addScriptTag'] = Array.from(options['addScriptTag']).map((tag) => omitEmptyProps(tag));

{
"name": "n8n-nodes-browserless",
"version": "0.5.1",
"version": "0.5.2",
"description": "n8n mode integrate with Browserless platform",

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

{
"name": "n8n-nodes-browserless",
"version": "0.5.1",
"version": "0.5.2",
"description": "n8n mode integrate with Browserless platform",

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

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