Skip to content

Commit

Permalink
- ipv4: add support for omitted zero sections, sections with leading …
Browse files Browse the repository at this point in the history
…zeros & dec/hex conversion - typescript support
  • Loading branch information
frenchbread committed Jul 8, 2021
1 parent b127735 commit 0557597
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 6,321 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,10 @@ private-ip

> Check if IP address is private.
### badges

[![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev)

### Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion index.js
@@ -1,3 +1,3 @@
'use strict'

module.exports = require('./lib')
module.exports = require('./lib').default

0 comments on commit 0557597

Please sign in to comment.