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.8.5 to 1.8.6

es6/index.d.ts

4

CHANGELOG.md

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

# 1.8.6
output ES modules to better support tree-shaking, closes #326 (@gcanti)
# 1.8.5

@@ -19,0 +23,0 @@

11

package.json
{
"name": "io-ts",
"version": "1.8.5",
"version": "1.8.6",
"description": "TypeScript compatible runtime type system for IO validation",
"files": [
"lib"
"lib",
"es6"
],
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -16,4 +19,4 @@ "lint": "tslint -p tsconfig.json src/**/*.ts test/**/*.ts",

"test": "npm run prettier && npm run lint && npm run dtslint && npm run declaration && npm run jest",
"clean": "rimraf lib/*",
"build": "npm run clean && tsc",
"clean": "rimraf lib/* es6/*",
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json",
"prepublish": "npm run build",

@@ -20,0 +23,0 @@ "perf": "node perf/index",

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

t.interface({
result: type,
result: codec,
_links: Links

@@ -467,0 +467,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