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.22-beta to 1.0.23-beta

6

HttpFunction.js

@@ -977,6 +977,5 @@ /*

return new Promise((resolve, reject) => {
let auth;
this._config.param.fetch(context, this._config.token)
.then((token) => {
if(typeof token !== "string") {
.then((auth) => {
if(typeof auth !== "string") {
context.log("Expected JWT token but none was found.", LOG_LEVEL.LEVEL_WARN,

@@ -987,3 +986,2 @@ "JwtSentry._getToken(context)");

else {
auth = token;
// Checking to see if we need to validate the scheme

@@ -990,0 +988,0 @@ let scheme = this._config.scheme;

{
"name": "@celastrina/http",
"version": "1.0.22beta",
"version": "1.0.23beta",
"description": "HTTP Function Package for Celastrina",

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

"dependencies": {
"@celastrina/core": "^1.0.22beta",
"@celastrina/core": "^1.0.23beta",
"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