Socket
Socket
Sign inDemoInstall

rttc

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rttc - npm Package Compare versions

Comparing version 9.2.2 to 9.2.3

3

lib/helpers/sanitize.js

@@ -137,3 +137,4 @@ /**

}
return _.reduce(val,function (memo, subVal, key) {
return _.reduce(_.keys(val),function (memo, key) {
var subVal = val[key];
if (!_.isUndefined(subVal) && (allowNull || !_.isNull(subVal))) {

@@ -140,0 +141,0 @@ memo[key] = _recursivelyRebuildAndSanitize.call(val, subVal, key);

{
"name": "rttc",
"version": "9.2.2",
"version": "9.2.3",
"description": "Runtime type-checking for JavaScript.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc