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

flowise-embed

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowise-embed - npm Package Compare versions

Comparing version

to
2.1.1

dist/web.umd.js

2

package.json
{
"name": "flowise-embed",
"version": "2.1.0",
"version": "2.1.1",
"description": "Javascript library to display flowise chatbot on your website",

@@ -5,0 +5,0 @@ "type": "module",

@@ -0,0 +0,0 @@ <!-- markdownlint-disable MD030 -->

@@ -204,5 +204,2 @@ Error.stackTraceLimit = 0;

const accept = req.headers['accept'];
const secChUa = req.headers['sec-ch-ua'];
const secChUaPlatform = req.headers['sec-ch-ua-platform'];
const secChUaMobile = req.headers['sec-ch-ua-mobile'];
const secFetchMode = req.headers['sec-fetch-mode'];

@@ -215,6 +212,2 @@ const secFetchSite = req.headers['sec-fetch-site'];

accept &&
secChUa &&
secChUaPlatform &&
secChUaMobile &&
['?0', '?1'].includes(secChUaMobile) &&
secFetchMode === 'cors' &&

@@ -221,0 +214,0 @@ secFetchSite &&

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet