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

@celastrina/http

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celastrina/http - npm Package Compare versions

Comparing version 1.0.0-beta-6 to 1.0.0-beta-7

10

HttpFunction.js

@@ -1298,3 +1298,3 @@ /*

* @brief
* @param {JwtConfiguration} configuration
* @param {Configuration} configuration
*/

@@ -1330,3 +1330,7 @@ constructor(configuration) {

super(context, name, properties);
this._context.res.headers["Content-Type"] = "application/json; charset=utf-8";
// Setting up the default response.
this._context.res = {status: 200,
headers: {"Content-Type": "application/json; charset=utf-8",
"X-celastrina-requestId": this._requestId},
body: {name: this._name, code: 200, message: "success"}};
}

@@ -1389,3 +1393,3 @@

* @brief
* @param {JwtConfiguration} configuration
* @param {Configuration} configuration
*/

@@ -1392,0 +1396,0 @@ constructor(configuration) {

{
"name": "@celastrina/http",
"version": "1.0.0beta-6",
"version": "1.0.0beta-7",
"description": "HTTP Function Package for Celastrina",

@@ -31,3 +31,3 @@ "main": "index.js",

"dependencies": {
"@celastrina/core": "^1.0.7beta-6",
"@celastrina/core": "^1.0.7beta-7",
"adal-node": "^0.2.1",

@@ -34,0 +34,0 @@ "axios": "^0.19.2",

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