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.3.2 to 0.4.0

6

CHANGELOG.md

@@ -15,2 +15,8 @@ # Changelog

# 0.4.0
- **Breaking Change**
- upgrade to latest `fp-ts` (`io-ts` APIs are not changed though) (@gcanti)
- drop `lib-jsnext` folder
# 0.3.2

@@ -17,0 +23,0 @@

12

package.json
{
"name": "io-ts",
"version": "0.3.2",
"version": "0.4.0",
"description": "TypeScript compatible runtime type system for IO validation",
"files": [
"lib",
"lib-jsnext"
"lib"
],
"main": "lib/index.js",
"jsnext:main": "lib-jsnext/index.js",
"typings": "lib/index.d.ts",

@@ -16,4 +14,4 @@ "scripts": {

"test": "npm run typings-checker && npm run mocha",
"clean": "rm -rf lib/* && rm -rf lib-jsnext/*",
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-jsnext"
"clean": "rm -rf lib/*",
"build": "npm run clean && tsc"
},

@@ -31,3 +29,3 @@ "repository": {

"dependencies": {
"fp-ts": "^0.2.0"
"fp-ts": "^0.3.0"
},

@@ -34,0 +32,0 @@ "devDependencies": {

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