ip-cidr
ip-cidr copied to clipboard
Module for working with CIDR
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [husky](https://github.com/typicode/husky). These dependencies need to be updated together. Removes `yaml` Updates `husky` from 4.3.8 to 8.0.3 Release notes Sourced from...
Would be nice to have a method to convert **IP range** to CIDR. Something like ```js const cidr = IPCIDR.fromRange('255.255.255.0', '255.255.255.255') cidr instanceof IPCIDR // true cidr.cidr // 255.255.255.128/24 ```
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
After upgrading the library to version `4.0.1` there is an issue on our jest execution. - in case nothing is done or apply on our side ``` SyntaxError: Cannot use...
Would you be able to add a License file, that clarifies what license scheme the project is following ?
new IPCIDR('192.168.0.0/24') Uncaught TypeError: Cannot read properties of undefined (reading 'Address4')