ip-cidr icon indicating copy to clipboard operation
ip-cidr copied to clipboard

Module for working with CIDR

Results 5 ip-cidr issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](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...

dependencies

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...