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

@types/relateurl

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/relateurl - npm Package Compare versions

Comparing version 0.2.28 to 0.2.29

relateurl/LICENSE

24

relateurl/index.d.ts

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