Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@api-ts/io-ts-http

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-ts/io-ts-http - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0

3

dist/src/httpRoute.d.ts

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

export declare type Method = t.TypeOf<typeof Method>;
export declare type PathString = `/${string}`;
export declare type HttpRoute<M extends Method = Method> = {
readonly path: string;
readonly path: PathString;
readonly method: Uppercase<M>;

@@ -16,0 +17,0 @@ readonly request: HttpRequestCodec<any>;

{
"name": "@api-ts/io-ts-http",
"version": "3.1.1",
"version": "3.2.0",
"description": "Types for (de)serializing HTTP requests from both the client and server side",

@@ -5,0 +5,0 @@ "author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>",

Sorry, the diff of this file is not supported yet

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