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

@activepieces/pieces-common

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/pieces-common - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

22

package.json
{
"name": "@activepieces/pieces-common",
"version": "0.2.3",
"version": "0.2.4",
"type": "commonjs",
"dependencies": {
"@sinclair/typebox": "^0.26.3",
"axios": "1.4.0",
"dayjs": "^1.11.8",
"is-base64": "^1.1.0",
"nanoid": "^3.3.4",
"@sinclair/typebox": "0.26.8",
"axios": "^1.0.0",
"dayjs": "1.11.9",
"is-base64": "1.1.0",
"lodash": "4.17.21",
"nanoid": "3.3.6",
"semver": "7.5.4",
"@activepieces/pieces-framework": "0.6.17",
"@activepieces/shared": "0.8.3",
"tslib": "2.6.1"
"@activepieces/pieces-framework": "0.7.0",
"@activepieces/shared": "0.10.5",
"tslib": "1.14.1"
},
"main": "./src/index.js",
"types": "./src/index.d.ts"
"main": "./src/index.js"
}

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

url,
params: request.queryParams,
headers,

@@ -27,0 +28,0 @@ data: request.body,

@@ -14,7 +14,2 @@ "use strict";

const url = new node_url_1.URL(`${this.baseUrl}${request.url}`);
if (request.queryParams) {
for (const [name, value] of Object.entries(request.queryParams)) {
url.searchParams.append(name, value);
}
}
return url.toString();

@@ -21,0 +16,0 @@ }

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