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.3 to 9.2.4

3

lib/coerce-exemplar.js

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

// Note that empty dictionaries just become generic dictionaries.
return _.reduce(valuePart, function (dictSoFar, subValue, key) {
return _.reduce(_.keys(valuePart), function (dictSoFar, key) {
var subValue = valuePart[key];
dictSoFar[key] = _recursivelyCoerceExemplar(subValue); // <= recursive step

@@ -92,0 +93,0 @@ return dictSoFar;

{
"name": "rttc",
"version": "9.2.3",
"version": "9.2.4",
"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