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

cf-nodejs-logging-support

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-nodejs-logging-support - npm Package Compare versions

Comparing version 6.14.0 to 6.14.1

2

core/log-core.js

@@ -911,3 +911,3 @@ const util = require("util");

var verifyAndDecodeJWT = function (token, key) {
if (key == null || !token) {
if (!token || !key || typeof key !== "string") {
return null; // no public key or jwt provided

@@ -914,0 +914,0 @@ }

{
"name": "cf-nodejs-logging-support",
"version": "6.14.0",
"version": "6.14.1",
"description": "Logging tool for Cloud Foundry",

@@ -21,3 +21,3 @@ "keywords": [

"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},

@@ -32,7 +32,7 @@ "dependencies": {

"import-fresh": "^3.2.1",
"mocha": "^7.1.1",
"mocha": "^10.2.0",
"mock-require": "^3.0.3",
"node-mocks-http": "^1.8.1",
"nyc": "^15.0.1",
"rewire": "^4.0.1",
"rewire": "^6.0.0",
"sinon": "^9.0.1",

@@ -39,0 +39,0 @@ "winston": "^3.2.1",

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