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

@types/overload-protection

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/overload-protection - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

overload-protection/index.d.ts

@@ -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

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