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 2.0.3 to 2.1.0

2

dist/src/statusCode.d.ts

@@ -7,2 +7,3 @@ export declare const HttpToKeyStatus: {

readonly 404: "notFound";
readonly 409: "conflict";
readonly 429: "rateLimitExceeded";

@@ -19,2 +20,3 @@ readonly 500: "internalError";

readonly notFound: 404;
readonly conflict: 409;
readonly rateLimitExceeded: 429;

@@ -21,0 +23,0 @@ readonly internalError: 500;

@@ -10,2 +10,3 @@ "use strict";

404: 'notFound',
409: 'conflict',
429: 'rateLimitExceeded',

@@ -21,2 +22,3 @@ 500: 'internalError',

notFound: 404,
conflict: 409,
rateLimitExceeded: 429,

@@ -23,0 +25,0 @@ internalError: 500,

4

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

@@ -22,3 +22,3 @@ "author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>",

"dependencies": {
"@api-ts/response": "1.0.0",
"@api-ts/response": "2.0.0",
"fp-ts": "^2.0.0",

@@ -25,0 +25,0 @@ "io-ts": "2.1.3",

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