1.0.8 • Published 6 years ago

domain-suffix v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

#domain suffix parser

suffix data belongs to publicsuffix.org

#examples

const DomainSuffix = require("domain-suffix").domainSuffix;

let result = DomainSuffix.parse("https://www.google.com/")
if(result){
	let {suffix,domain} = result;
	console.log(suffix,domain);
}else{
	console.log("cannot parse");
}
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago