Socket
Socket
Sign inDemoInstall

io-ts

Package Overview
Dependencies
1
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.1 to 1.10.2

7

CHANGELOG.md

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

# 1.10.2
- **Bug Fix**
- move `fp-ts` back to dependencies (@gcanti)
# 1.10.1

@@ -25,4 +30,2 @@

**Note**. `io-ts` depends on [`fp-ts`](https://github.com/gcanti/fp-ts), starting from `1.10.0` you must install `fp-ts` manually (`fp-ts` is now a `peerDependency`)
- **New Feature**

@@ -29,0 +32,0 @@ - make `io-ts` compatible with both `fp-ts@1.x`, `fp-ts@2.x` (@gcanti)

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

@@ -39,3 +39,3 @@ "files": [

"homepage": "https://github.com/gcanti/io-ts",
"peerDependencies": {
"dependencies": {
"fp-ts": "^1.0.0 || ^2.0.0-rc.6"

@@ -42,0 +42,0 @@ },

@@ -11,3 +11,2 @@ [![build status](https://img.shields.io/travis/gcanti/io-ts/master.svg?style=flat-square)](https://travis-ci.org/gcanti/io-ts)

- [Installation](#installation)

@@ -43,4 +42,2 @@ - [The idea](#the-idea)

**Note**. `io-ts` depends on [`fp-ts`](https://github.com/gcanti/fp-ts), starting from `1.10.0` you must install `fp-ts` manually (`fp-ts` is now a `peerDependency`)
# The idea

@@ -47,0 +44,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc