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

express-logging

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-logging - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

lib/logging.js

@@ -73,3 +73,5 @@ /**

function isUrlBlackedListed(url) {
return blacklist.some(url.startsWith.bind(url));
return blacklist.some(function(blackListUrl) {
return url.indexOf(blackListUrl) === 0;
});
}

@@ -76,0 +78,0 @@

{
"name": "express-logging",
"description": "Express middleware to log each request and response",
"version": "1.1.0",
"version": "1.1.1",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": {

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