Skip to content

Commit

Permalink
Updated - show DNS & email providers
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Jan 8, 2020
1 parent 1af7b2c commit 19631e3
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 98 deletions.
92 changes: 49 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "domain-info",
"version": "1.0.3",
"version": "1.1.0",
"description": "Detailed info about a site's domain, DNS and tech stack",
"author": "Andrei <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,19 +31,19 @@
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.2",
"cross-env": "^6.0.3",
"css-loader": "^3.4.0",
"css-loader": "^3.4.1",
"ejs": "^3.0.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.0.1",
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Domain info",
"description": "Shows really detailed info about a domain, like registration status & dates, WHOIS, Name Servers and DNS records",
"version": "1.0.3",
"version": "1.1.0",
"manifest_version": 2,
"icons": {
"48": "icons/icon_48.png",
Expand Down
Loading

0 comments on commit 19631e3

Please sign in to comment.