@api-ts/io-ts-http
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -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, |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41252
390
1
+ Added@api-ts/response@2.0.0(transitive)
- Removed@api-ts/response@1.0.0(transitive)
Updated@api-ts/response@2.0.0