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 0.9.2 to 0.9.3

5

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

# 0.9.3
* **Bug Fix**
* revert 37c74a5e2038de063a950f9ba8d18b1f132ef450, closes #8 (@gcanti)
# 0.9.2

@@ -18,0 +23,0 @@

2

lib/index.js

@@ -405,3 +405,3 @@ "use strict";

for (var k in props) {
partials[k] = exports.union([undefinedType, props[k]]);
partials[k] = exports.union([props[k], undefinedType]);
}

@@ -408,0 +408,0 @@ var partial = exports.type(partials);

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

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

Sorry, the diff of this file is not supported yet

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