@types/overload-protection
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -7,4 +7,4 @@ // Type definitions for overload-protection 1.2 | ||
declare namespace protect { | ||
type KoaFrameworkSelection = 'koa'; | ||
type HttpFrameworkSelection = 'express' | 'http' | 'restify'; | ||
type KoaFrameworkSelection = "koa"; | ||
type HttpFrameworkSelection = "express" | "http" | "restify"; | ||
@@ -11,0 +11,0 @@ interface ProtectionConfig { |
{ | ||
"name": "@types/overload-protection", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "TypeScript definitions for overload-protection", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/overload-protection", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a8bba40c886489b2668eb94d78b368ae7fa83a373dcb2a067e2990204e74218c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "782edd1b09e62920a3bf2af4a41f838c891544aea8969274adeb4e5c711660c8", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -17,4 +17,4 @@ # Installation | ||
declare namespace protect { | ||
type KoaFrameworkSelection = 'koa'; | ||
type HttpFrameworkSelection = 'express' | 'http' | 'restify'; | ||
type KoaFrameworkSelection = "koa"; | ||
type HttpFrameworkSelection = "express" | "http" | "restify"; | ||
@@ -67,3 +67,3 @@ interface ProtectionConfig { | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:19:13 GMT | ||
* Last updated: Sun, 03 Sep 2023 22:34:06 GMT | ||
* Dependencies: none | ||
@@ -70,0 +70,0 @@ * Global values: none |
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
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