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 1.0.0 to 1.0.1

5

CHANGELOG.md

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

# 1.0.1
* **Bug Fix**
* fix `AnyType` by extending `Type<any>` (@gcanti)
# 1.0.0

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

2

lib/index.d.ts

@@ -91,3 +91,3 @@ import { Either } from 'fp-ts/lib/Either';

declare const undefinedType: UndefinedType;
export declare class AnyType extends Type<any, any, any> {
export declare class AnyType extends Type<any> {
readonly _tag: 'AnyType';

@@ -94,0 +94,0 @@ constructor();

{
"name": "io-ts",
"version": "1.0.0",
"version": "1.0.1",
"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