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 0.6.0 to 0.6.1

7

CHANGELOG.md

@@ -15,6 +15,11 @@ # Changelog

# 0.6.1
- **Internal**
- handle latest fp-ts (0.4.3) (@gcanti)
# 0.6.0
- **Breaking Change**
- upgrade to latest fp-ts (@gcanti)
- upgrade to latest fp-ts (0.4.0) (@gcanti)
- **Internal**

@@ -21,0 +26,0 @@ - allow for infinite unions (@gcanti)

import { Either } from 'fp-ts/lib/Either';
import { Option } from 'fp-ts/lib/Option';
import { Predicate } from 'fp-ts/lib/function';
declare global {
interface Array<T> {
_A: T;
}
}
export interface ContextEntry {

@@ -5,0 +10,0 @@ readonly key: string;

4

package.json
{
"name": "io-ts",
"version": "0.6.0",
"version": "0.6.1",
"description": "TypeScript compatible runtime type system for IO validation",

@@ -38,3 +38,3 @@ "files": ["lib"],

"tslint-config-standard": "4.0.0",
"typescript": "2.4.1",
"typescript": "2.4.2",
"typings-checker": "1.1.2"

@@ -41,0 +41,0 @@ },

Sorry, the diff of this file is not supported yet

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