Socket
Socket
Sign inDemoInstall

io-ts

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io-ts - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

CHANGELOG.md

@@ -17,3 +17,3 @@ # Changelog

# 2.1.2
# 2.1.3

@@ -20,0 +20,0 @@ - **Polish**

@@ -526,3 +526,4 @@ var __extends = (this && this.__extends) || (function () {

var k = keys[i];
if (!types[i].is(u[k])) {
var uk = u[k];
if ((uk === undefined && !hasOwnProperty.call(u, k)) || !types[i].is(uk)) {
return false;

@@ -529,0 +530,0 @@ }

@@ -532,3 +532,4 @@ "use strict";

var k = keys[i];
if (!types[i].is(u[k])) {
var uk = u[k];
if ((uk === undefined && !hasOwnProperty.call(u, k)) || !types[i].is(uk)) {
return false;

@@ -535,0 +536,0 @@ }

{
"name": "io-ts",
"version": "2.1.2",
"version": "2.1.3",
"description": "TypeScript compatible runtime type system for IO validation",

@@ -5,0 +5,0 @@ "files": [

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