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

n8n-core

Package Overview
Dependencies
Maintainers
1
Versions
358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-core - npm Package Compare versions

Comparing version

to
0.94.0

2

dist/src/NodeExecuteFunctions.js

@@ -32,2 +32,4 @@ "use strict";

axios_1.default.defaults.headers.post = {};
axios_1.default.defaults.headers.put = {};
axios_1.default.defaults.headers.patch = {};
axios_1.default.defaults.paramsSerializer = (params) => {

@@ -34,0 +36,0 @@ if (params instanceof url_1.URLSearchParams) {

4

package.json
{
"name": "n8n-core",
"version": "0.93.0",
"version": "0.94.0",
"description": "Core functionality of n8n",

@@ -53,3 +53,3 @@ "license": "SEE LICENSE IN LICENSE.md",

"mime-types": "^2.1.27",
"n8n-workflow": "~0.76.0",
"n8n-workflow": "~0.77.0",
"oauth-1.0a": "^2.2.6",

@@ -56,0 +56,0 @@ "p-cancelable": "^2.0.0",

Sorry, the diff of this file is not supported yet