Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 4.0.3 to 4.0.4

2

lib/decode.js

@@ -70,3 +70,3 @@ /**

return _.reduce(val, function (memo, unused, index){
memo.push(parseLamdaInputValues(val[index], keysSoFar.concat(index) ));
memo.push(parseLamdaInputValues(val[index], keysSoFar.concat('0') ));
return memo;

@@ -73,0 +73,0 @@ }, []);

{
"name": "rttc",
"version": "4.0.3",
"version": "4.0.4",
"description": "Runtime type-checking for JavaScript.",

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

@@ -638,3 +638,11 @@ // Export the array of tests below

{
example: [{}],
actual: [ { name: 'Lucy' }, { name: 'Ricky' }, { name: 'Louise' }, { name: 'Estelle' } ],
expected: [ { name: 'Lucy' }, { name: 'Ricky' }, { name: 'Louise' }, { name: 'Estelle' } ]
},
// $$\ $$\ $$\ $$$\ $$$\

@@ -641,0 +649,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