New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

io-ts-reporters

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io-ts-reporters - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

4

package.json

@@ -5,3 +5,3 @@ {

"typings": "./target/src/index.d.ts",
"version": "0.0.19",
"version": "0.0.20",
"scripts": {

@@ -22,4 +22,4 @@ "lint": "tslint --project tsconfig.json",

"tslint": "^5.8.0",
"typescript": "^2.6.1"
"typescript": "^2.7.2"
}
}

@@ -5,2 +5,2 @@ import * as t from 'io-ts';

export declare const formatValidationError: (error: t.ValidationError) => None<string> | Some<string>;
export declare const reporter: (validation: Left<t.ValidationError[], {}> | Right<t.ValidationError[], {}>) => string[];
export declare const reporter: <T>(validation: Left<t.ValidationError[], T> | Right<t.ValidationError[], T>) => string[];

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