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.3.2 to 9.3.3

lib/helpers/rebuild-recursive.js

1

index.js

@@ -26,2 +26,3 @@ module.exports = {

cast: require('./lib/cast'),
rebuild: require('./lib/rebuild'),
};

@@ -28,0 +29,0 @@

4

lib/helpers/sanitize.js

@@ -41,3 +41,3 @@ /**

// ==============================================================================
// Sanitize a dictionary provided for a wildcard dictionary example (`example: {}`)
// Sanitize a dictionary provided for a generic dictionary example (`example: {}`)
// The main recursive validation function will not descend into this dictionary because

@@ -50,3 +50,3 @@ // it's already met the minimum requirement of being an object. So we need to deep clone

// ==============================================================================
// Sanitize an array provided for a wildcard array example (`example: []`)
// Sanitize an array provided for a generic array example (`example: []`)
// The main recursive validation function will not descend into this array because

@@ -53,0 +53,0 @@ // it's already met the minimum requirement of being `_.isArray()`. So we need to

{
"name": "rttc",
"version": "9.3.2",
"version": "9.3.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