🚀 Socket Launch Week 🚀 Day 1: Introducing .NET Support in Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/extract-domain

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/extract-domain - npm Package Compare versions

Comparing version

to
2.3.2

5

extract-domain/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for extract-domain 2.3
// Project: https://github.com/bjarneo/extract-domain
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -7,0 +2,0 @@ * Performant domain name extraction. No regex or array magic.

10

extract-domain/package.json
{
"name": "@types/extract-domain",
"version": "2.3.1",
"version": "2.3.2",
"description": "TypeScript definitions for extract-domain",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/extract-domain",

"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "3dea8af5ad691c9a7ad1629904cea6ad724e31cd9d10d029fe244cdedc3d7500",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "032b67e9ea32946c6a01e2a2fca3e63cac6853eea55365eeb4a71792dcee5524",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for extract-domain 2.3
// Project: https://github.com/bjarneo/extract-domain
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -36,7 +31,6 @@ * Performant domain name extraction. No regex or array magic.

### Additional Details
* Last updated: Thu, 08 Jul 2021 12:01:25 GMT
* Last updated: Wed, 18 Oct 2023 01:17:34 GMT
* Dependencies: none
* Global values: `extractDomain`
# Credits
These definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz).