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
44
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.0.6 to 0.0.7

6

package.json
{
"name": "@activepieces/pieces-common",
"version": "0.0.6",
"version": "0.0.7",
"type": "commonjs",

@@ -10,4 +10,4 @@ "dependencies": {

"nanoid": "3.3.4",
"@activepieces/pieces-framework": "0.3.21",
"@activepieces/shared": "0.3.33",
"@activepieces/pieces-framework": "0.3.23",
"@activepieces/shared": "0.3.40",
"tslib": "2.4.1"

@@ -14,0 +14,0 @@ },

export declare enum HttpHeader {
AUTHORIZATION = "Authorization",
ACCEPT = "Accept",
CONTENT_TYPE = "ContentType"
API_KEY = "Api-Key",
CONTENT_TYPE = "Content-Type"
}

@@ -8,4 +8,5 @@ "use strict";

HttpHeader["ACCEPT"] = "Accept";
HttpHeader["CONTENT_TYPE"] = "ContentType";
HttpHeader["API_KEY"] = "Api-Key";
HttpHeader["CONTENT_TYPE"] = "Content-Type";
})(HttpHeader = exports.HttpHeader || (exports.HttpHeader = {}));
//# sourceMappingURL=http-header.js.map

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