Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a45e41889d | |||
c33ee3f52c |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartwhois",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"private": false,
|
||||
"description": "a package for dealing with whois requests",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartwhois',
|
||||
version: '1.0.9',
|
||||
version: '1.0.10',
|
||||
description: 'a package for dealing with whois requests'
|
||||
}
|
||||
|
@ -68,8 +68,8 @@ export class SmartWhois {
|
||||
return {
|
||||
httpStatus: httpResult.statusCode,
|
||||
httpsStatus: httpsResult.statusCode,
|
||||
httpContentType: httpResult.headers['content-type'],
|
||||
httpsContentType: httpsResult.headers['content-type'],
|
||||
httpHeaders: httpResult.headers,
|
||||
httpsHeaders: httpsResult.headers,
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user