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.20 to 0.0.21

2

package.json

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

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

@@ -8,0 +8,0 @@ "lint": "tslint --project tsconfig.json",

@@ -12,3 +12,5 @@ "use strict";

// The actual error is last in context
var maybeErrorContext = array.last(error.context);
var maybeErrorContext = array.last(
// https://github.com/gcanti/fp-ts/pull/544/files
error.context);
return maybeErrorContext.map(function (errorContext) {

@@ -15,0 +17,0 @@ var expectedType = errorContext.type.name;

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