Skip to content

v1.11.0

Compare
Choose a tag to compare
@natesilva natesilva released this 15 Sep 01:10
· 55 commits to master since this release
v1.11.0
15affe4
  • Better support for use within browsers.
    • No longer depends on the Node.js built-in module net, simplifying use with Browserify. Thanks to @laduke (#4)
    • A pre-built bundled version is available on the jsDelivr CDN. See README.md for the URL.
  • Updated dev dependencies and unit tests.
  • The check(…) function is now available as an alias for isInSubnet(…).