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

@types/content-type

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/content-type - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

6

content-type/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for content-type 1.1

type: string;
parameters: {[key: string]: string};
parameters: { [key: string]: string };
}

@@ -18,7 +18,7 @@

type: string;
parameters?: {[key: string]: string} | undefined;
parameters?: { [key: string]: string } | undefined;
}
export interface RequestLike {
headers: {[header: string]: string | string[] | undefined};
headers: { [header: string]: string | string[] | undefined };
}

@@ -25,0 +25,0 @@

{
"name": "@types/content-type",
"version": "1.1.5",
"version": "1.1.6",
"description": "TypeScript definitions for content-type",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/content-type",

"dependencies": {},
"typesPublisherContentHash": "890d691e33bb5622241e758ab7395b284ee7dcc7205c813f511c5d91254927a0",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "bdd17cc904c544da99f40e55263fd4fb90d243022c4f47045637de1977e245e5",
"typeScriptVersion": "4.3"
}

@@ -22,3 +22,3 @@ # Installation

type: string;
parameters: {[key: string]: string};
parameters: { [key: string]: string };
}

@@ -28,7 +28,7 @@

type: string;
parameters?: {[key: string]: string} | undefined;
parameters?: { [key: string]: string } | undefined;
}
export interface RequestLike {
headers: {[header: string]: string | string[] | undefined};
headers: { [header: string]: string | string[] | undefined };
}

@@ -43,3 +43,3 @@

### Additional Details
* Last updated: Fri, 09 Jul 2021 02:32:23 GMT
* Last updated: Mon, 04 Sep 2023 15:41:09 GMT
* Dependencies: none

@@ -46,0 +46,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