@types/relateurl
Advanced tools
Comparing version 0.2.28 to 0.2.29
@@ -15,3 +15,3 @@ // Type definitions for relateurl v0.2.6 | ||
*/ | ||
defaultPorts?: Object; | ||
defaultPorts?: Object | undefined; | ||
@@ -24,3 +24,3 @@ /** | ||
*/ | ||
directoryIndexes?: Array<string>; | ||
directoryIndexes?: Array<string> | undefined; | ||
@@ -33,3 +33,3 @@ /** | ||
*/ | ||
ignore_www?: boolean; | ||
ignore_www?: boolean | undefined; | ||
@@ -47,3 +47,3 @@ /** | ||
*/ | ||
output?: string; | ||
output?: string | undefined; | ||
@@ -56,3 +56,3 @@ /** | ||
*/ | ||
rejectedSchemes?: Array<string>; | ||
rejectedSchemes?: Array<string> | undefined; | ||
@@ -65,3 +65,3 @@ /** | ||
*/ | ||
removeAuth?: boolean; | ||
removeAuth?: boolean | undefined; | ||
@@ -74,3 +74,3 @@ /** | ||
*/ | ||
removeDirectoryIndexes?: boolean; | ||
removeDirectoryIndexes?: boolean | undefined; | ||
@@ -83,3 +83,3 @@ /** | ||
*/ | ||
removeEmptyQueries?: boolean; | ||
removeEmptyQueries?: boolean | undefined; | ||
@@ -92,3 +92,3 @@ /** | ||
*/ | ||
removeRootTrailingSlash?: boolean; | ||
removeRootTrailingSlash?: boolean | undefined; | ||
@@ -101,3 +101,3 @@ /** | ||
*/ | ||
schemeRelative?: boolean; | ||
schemeRelative?: boolean | undefined; | ||
@@ -110,3 +110,3 @@ /** | ||
*/ | ||
site?: string; | ||
site?: string | undefined; | ||
@@ -119,3 +119,3 @@ /** | ||
*/ | ||
slashesDenoteHost?: boolean; | ||
slashesDenoteHost?: boolean | undefined; | ||
} | ||
@@ -122,0 +122,0 @@ } |
{ | ||
"name": "@types/relateurl", | ||
"version": "0.2.28", | ||
"description": "TypeScript definitions for relateurl v0.2.6", | ||
"version": "0.2.29", | ||
"description": "TypeScript definitions for relateurl", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/relateurl", | ||
"license": "MIT", | ||
"author": "Tanguy Krotoff <https://github.com/tkrotoff>", | ||
"contributors": [ | ||
{ | ||
"name": "Tanguy Krotoff", | ||
"url": "https://github.com/tkrotoff", | ||
"githubUsername": "tkrotoff" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/relateurl" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "c4dd598c95d8f9e6f362e8a29143b576729ee16ae236b3dc410a91f8ed604baf" | ||
"typesPublisherContentHash": "96d1a1577ddd40b1e77180effe1baa063304a6d335a83af184bc7c1655ee8aee", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for relateurl v0.2.6 (https://github.com/stevenvachon/relateurl). | ||
This package contains type definitions for relateurl (https://github.com/stevenvachon/relateurl). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/relateurl | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/relateurl. | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: RelateUrl | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 18:02:21 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>. | ||
These definitions were written by [Tanguy Krotoff](https://github.com/tkrotoff). |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6752
1
0
107
17