Socket
Socket
Sign inDemoInstall

raml-sanitize

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml-sanitize - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "raml-sanitize",
"version": "1.1.0",
"version": "1.1.1",
"description": "Sanitization of RAML parameters into strict values",

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

@@ -226,3 +226,7 @@ /**

sanitized[param] = sanitize(value, param, model);
if (Object.prototype.hasOwnProperty.call(model, param)) {
sanitized[param] = sanitize(value, param, model);
} else {
sanitized[param] = sanitize(undefined, param, model);
}
});

@@ -229,0 +233,0 @@

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