1.0.8 • Published 7 years ago

domain-suffix v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago