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

mongo-express

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-express - npm Package Compare versions

Comparing version 0.30.36 to 0.30.37

4

lib/filters.js

@@ -129,4 +129,4 @@ 'use strict';

// Return basic .toString() since we've tried all other cases
return input.toString();
// Return basic .toString() and strip <HTML> tags (<&>) since we've tried all other cases
return input.toString().replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;').replace(/'/g, '&apos;');
};

@@ -133,0 +133,0 @@

@@ -20,3 +20,3 @@ {

],
"version": "0.30.36",
"version": "0.30.37",
"bin": {

@@ -23,0 +23,0 @@ "mongo-express": "./app.js"

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