1.0.8 • Published 8 years ago

domain-suffix v1.0.8

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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago