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

sanitize

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanitize - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/middleware.js

@@ -92,2 +92,6 @@ /**

if (!_.isArray(value)) {
value = [value];
}
// if an arg is specified, add the specified arg to all values

@@ -94,0 +98,0 @@ value = !_.isUndefined(arg) ? _.map(value, function(val) {

2

package.json
{
"name": "sanitize",
"version": "1.0.1",
"version": "1.0.2",
"description": "Input sanitizing library for node.js",

@@ -5,0 +5,0 @@ "main": "lib/sanitize.js",

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