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.6.2 to 9.6.3

2

lib/validate-exemplar-strict.js

@@ -61,3 +61,3 @@ /**

if (type === 'array' && val.length > 1) {
err = new Error('Invalid exemplar: Nested `null`s are not allowed in an RTTC exemplar.');
err = new Error('Invalid exemplar: Multi-item arrays (at any depth) are not allowed in an RTTC exemplar.');
err.code = 'E_INVALID_EXEMPLAR';

@@ -64,0 +64,0 @@ throw err;

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc