Skip to content

Commit

Permalink
Fixed - polyfill for Array.flat
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Nov 4, 2019
1 parent 691eb4a commit 1a14edf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const url = require('url')
const punycode = require('punycode')
const { parseSimpleWhois, parseDomainWhois } = require('./parsers.js')
const { splitStringBy, requestGetBody, isTld, isDomain } = require('./utils.js')
require('array-flat-polyfill')

// cache
let cacheTldWhoisServer = {
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"mocha": "^6.2.2"
},
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"punycode": "^2.1.1"
}
}

0 comments on commit 1a14edf

Please sign in to comment.