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

@formbricks/n8n-nodes-formbricks

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formbricks/n8n-nodes-formbricks - npm Package Compare versions

Comparing version

to
1.0.0

3

dist/nodes/Formbricks/Formbricks.node.js

@@ -110,2 +110,3 @@ "use strict";

surveyIds: surveyIds,
source: "n8n",
};

@@ -142,3 +143,3 @@ const endpoint = "/webhooks";

return {
workflowData: [this.helpers.returnJsonArray(JSON.parse(bodyData))],
workflowData: [this.helpers.returnJsonArray(bodyData)],
};

@@ -145,0 +146,0 @@ }

{
"name": "@formbricks/n8n-nodes-formbricks",
"version": "0.2.0",
"version": "1.0.0",
"description": "A n8n node to connect Formbricks and send survey data to hundreds of other apps.",

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

"n8n-workflow": "legacy",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
"rimraf": "^5.0.5",
"typescript": "^4.8.4"
}
}

@@ -1,2 +0,2 @@

Copyright 2022 n8n
Copyright 2022 Formbricks GmbH

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

{
"name": "@formbricks/n8n-nodes-formbricks",
"version": "0.2.0",
"version": "1.0.0",
"description": "A n8n node to connect Formbricks and send survey data to hundreds of other apps.",

@@ -25,11 +25,2 @@ "keywords": [

"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"clean": "rimraf .turbo node_modules dist",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "pnpm run build && pnpm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"files": [

@@ -55,5 +46,13 @@ "dist"

"n8n-workflow": "legacy",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
"rimraf": "^5.0.5",
"typescript": "^4.8.4"
},
"scripts": {
"build": "tsc && gulp build:icons",
"clean": "rimraf .turbo node_modules dist",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet