Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ip-num

Building a TypeScript/JavaScript library for working with ASN, IPv4, and IPv6 numbers. It provides representations of these internet protocol numbers
Collective - Host: opensource - https://opencollective.com/ip-num - Code: https://github.com/ip-num/ip-num

Merge pull request #94 from dwarburt/range-overlaps-self

Update IPRange.ts

github.com/ip-num/ip-num - cf047cf30a39b4c4d1b2030429f4017f8c0ba134 authored over 1 year ago by dadepo <[email protected]>
corrected unit tests for changed overlapping range behavior

github.com/ip-num/ip-num - fc345f89c54b00549ac9dd3231153d4cdb999b89 authored over 1 year ago by David Warburton <[email protected]>
Update IPRange.ts

github.com/ip-num/ip-num - 4a9d8965da98c4e5165d0b25c2bc8423247ec7d4 authored over 1 year ago by David Warburton <[email protected]>
Run ci on v18 and v19

github.com/ip-num/ip-num - 8b45018b518d1b0cee04de8e9801b0360d63468c authored over 1 year ago by Dadepo Aderemi <[email protected]>
Merge pull request #88 from ip-num/fix-ipv6-parsing

Expands ipv6 string before constructing masks

github.com/ip-num/ip-num - d31d2896b53c5f6d75ff1d587c87bd4d583654a6 authored over 1 year ago by dadepo <[email protected]>
Expands ipv6 string before constructing masks. Fixes #87

github.com/ip-num/ip-num - 391a7a6fda99ba1aad316f2e2eb2e8cc4896efc2 authored over 1 year ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 7dc5cf5866578561a6f63991d8b4a097547c64b0 authored almost 2 years ago by Dadepo Aderemi <[email protected]>
1.5.0

github.com/ip-num/ip-num - a3a099fe2735bb11d32ed7205b4d107172e8ce5b authored almost 2 years ago by Dadepo Aderemi <[email protected]>
Merge pull request #86 from ip-num/fix-string-cidr-string-round-trip

Fix string <-> cidr string round trip

github.com/ip-num/ip-num - 78b47b3e13e802a0a60e7dbb69b3abb62e7dd99e authored almost 2 years ago by dadepo <[email protected]>
added one more test case

github.com/ip-num/ip-num - e472fe11ede611ffb40d8f579daa66ec42fbfd9c authored almost 2 years ago by Dadepo Aderemi <[email protected]>
return same ip that was passed as cidr string when converting back to cidr string

github.com/ip-num/ip-num - ce3f1aa3a8c5bcb24a915b030dc6395552fcd3ab authored almost 2 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 959faa31fad3436d89874f80a33023d58967e31b authored about 2 years ago by Dadepo Aderemi <[email protected]>
1.4.1

github.com/ip-num/ip-num - 7989a6f708685349c8fbbb4d180485b374078667 authored about 2 years ago by Dadepo Aderemi <[email protected]>
Merge pull request #83 from panascais-forks/fix-aggregation

Fix `.aggregate()`

github.com/ip-num/ip-num - 601e69c00f35f1c12277b632e51a037d0883950d authored about 2 years ago by dadepo <[email protected]>
Add missing test

github.com/ip-num/ip-num - a694f2d91b2560f490a16bfdf8039a9be0065571 authored about 2 years ago by Silas Rech <[email protected]>
Formatting

github.com/ip-num/ip-num - 3a1c468d5f43f8cbe09a33d0fc8ff2e9f332c00e authored about 2 years ago by Silas Rech <[email protected]>
Use const instead of let

github.com/ip-num/ip-num - e81fff1f74969b116833c349449379bc7688c471 authored about 2 years ago by Silas Rech <[email protected]>
Fix .aggregate()

github.com/ip-num/ip-num - 8de171fdc11ace483d9221ba1bb7d4c57f1d3722 authored about 2 years ago by Silas Rech <[email protected]>
Add failing .aggregate() tests

github.com/ip-num/ip-num - 311111896add65e3e3e689a7f64c972234eae7e2 authored about 2 years ago by Silas Rech <[email protected]>
Remove duplicate bigint conversion

github.com/ip-num/ip-num - 616ba73b144257073911e60d732dc204d52df07e authored about 2 years ago by Silas Rech <[email protected]>
removing big-integer occurance in lock file

github.com/ip-num/ip-num - 352c7b649eb5f771740f642dab4c33f947cd1da0 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Create SECURITY.md

github.com/ip-num/ip-num - c7906955b63817d466d72a634006fcb90d68c2a9 authored over 2 years ago by dadepo <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 9b643462030955084bb6999c39b1657ab32a2cc4 authored over 2 years ago by Dadepo Aderemi <[email protected]>
1.4.0

github.com/ip-num/ip-num - 808f3c72f42118abd5bfd90003ff842017ea78f7 authored over 2 years ago by Dadepo Aderemi <[email protected]>
fix package.json

github.com/ip-num/ip-num - 8707a6e0e76459b61e9175059d7748e5ef7a75fe authored over 2 years ago by Dadepo Aderemi <[email protected]>
fix package.json

github.com/ip-num/ip-num - 6c1809c361775ec701ad68a457d9d7841b437f19 authored over 2 years ago by Dadepo Aderemi <[email protected]>
fix package.json

github.com/ip-num/ip-num - 34d25ff5b9c9231d2222e4c239e72aaaf0699a1a authored over 2 years ago by Dadepo Aderemi <[email protected]>
Removed empty test

github.com/ip-num/ip-num - 230bc86721962bc3693f287f700952929630be49 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Removed some comments etc

github.com/ip-num/ip-num - 8267d6c4ddc514cdc1d796da935937315a799403 authored over 2 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - bfd64cf762e4f8934adbfc305686121839077f59 authored over 2 years ago by Dadepo Aderemi <[email protected]>
1.4.0-1

github.com/ip-num/ip-num - 30f675f6257d9b1f569ed2ecef3deae35873a489 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Remove big-iinteger in Validator

github.com/ip-num/ip-num - 4c71cc321a7ae551f76d3bb3e215e5d30b8337e3 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Removed big-integer

github.com/ip-num/ip-num - 5d160de0476ddeb612cdb02bc4e0173ee4061c2c authored over 2 years ago by Dadepo Aderemi <[email protected]>
Updated docs to remove reference to BigInteger in README

github.com/ip-num/ip-num - 23ac957e64a99affd06326e05f94123964ab27fb authored over 2 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 8ed77f6c413c8017f7366e8805ca7b0c91f6d02c authored over 2 years ago by Dadepo Aderemi <[email protected]>
1.4.0-0

github.com/ip-num/ip-num - 45fdf7485ae77350f093737619b37361140b1f15 authored over 2 years ago by Dadepo Aderemi <[email protected]>
added preminor

github.com/ip-num/ip-num - 842a5a2fd36ec76ce178c335fe37bfb4087638e6 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Merge branch 'remove-big-integer'

github.com/ip-num/ip-num - 801cea5798d9cc8b5eb6188e7f171021ff7cb5b2 authored over 2 years ago by Dadepo Aderemi <[email protected]>
function renaming

github.com/ip-num/ip-num - 67352bb936667aecbb73f755f58cbd9279451d54 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Some cleaning up

github.com/ip-num/ip-num - a502be16aa123a0dfcf321b5d7b36d6595150f49 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Some cleaning up

github.com/ip-num/ip-num - a7deabf8640f64f8f428db8928c95df337130c18 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Update docs to reflect zero dependency

github.com/ip-num/ip-num - 1b440ef46980a53a37404bd6e4a0c771dd5a9da1 authored over 2 years ago by Dadepo Aderemi <[email protected]>
Removing big-integer. Still need to clean up

github.com/ip-num/ip-num - 27f99e352aade9818b777a8b5812091c16efb8a8 authored over 2 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 5827fc764948882216b48908d25359f421cd63fb authored over 2 years ago by Dadepo Aderemi <[email protected]>
1.3.4

github.com/ip-num/ip-num - 015a9d4d4644a29d7bed041b8a62ac5da960493d authored over 2 years ago by Dadepo Aderemi <[email protected]>
Merge branch 'fix-cidr-mergeable'

github.com/ip-num/ip-num - fbc6de832dd79883aa22519d90c7ce3769f0c71c authored over 2 years ago by Dadepo Aderemi <[email protected]>
remove commented out code

github.com/ip-num/ip-num - 0cb01beb36945f60f5662aff2a45958025f9c957 authored over 2 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 62030576a66663bca39c74ae1de0064a9fe17011 authored almost 3 years ago by Dadepo Aderemi <[email protected]>
1.3.4-0

github.com/ip-num/ip-num - 69700d00e0feabe76ccef2420156e6cbabf3480c authored almost 3 years ago by Dadepo Aderemi <[email protected]>
removing compiled test sources from dist

github.com/ip-num/ip-num - 235270edff9399690cb7302d1e1b363fef6bfe58 authored almost 3 years ago by Dadepo Aderemi <[email protected]>
Adding some more tests

github.com/ip-num/ip-num - 488f0871f463273e3e59560b27b75f91173fbbbd authored almost 3 years ago by Dadepo Aderemi <[email protected]>
rough fix for #80 - still need proper cleanup

github.com/ip-num/ip-num - 33e08b660211ff31bd50b147ec61d2cc3a3358fb authored almost 3 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - d9551d7f2e2be1895f0069ae6aad4889c2716f84 authored about 3 years ago by Dadepo Aderemi <[email protected]>
1.3.3

github.com/ip-num/ip-num - 9f0ffb6a5560207278afc1caf078cfd081562d43 authored about 3 years ago by Dadepo Aderemi <[email protected]>
Merge branch 'wip-1.3.3'

github.com/ip-num/ip-num - c9de7aaf38c32538fe6baa76628d1d757c1ba3eb authored about 3 years ago by Dadepo Aderemi <[email protected]>
move logic to get last ip to a shared function

github.com/ip-num/ip-num - 1232411892c891409c534d80e9426c65f13f924f authored over 3 years ago by Dadepo Aderemi <[email protected]>
extending Prefix interface

github.com/ip-num/ip-num - e7ecaaaa43a31fab437422fc9453c53081f27b1e authored over 3 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 8127fff9243485996a6de87069d848e085206f47 authored over 3 years ago by Dadepo Aderemi <[email protected]>
1.3.3-1

github.com/ip-num/ip-num - 60957ad72e6719b276d26babd87ba8ef2fb4f07c authored over 3 years ago by Dadepo Aderemi <[email protected]>
Added prerelease

github.com/ip-num/ip-num - acfc65e5aec7ccb3d95a836330c810867576c39a authored over 3 years ago by Dadepo Aderemi <[email protected]>
minor adjustment to validator

github.com/ip-num/ip-num - 8e668dcb7637edeaad31d2ffee70391c7ccaf83d authored over 3 years ago by Dadepo Aderemi <[email protected]>
collapsing already collapsed ipv6 and expanding already expanded ipv6 should be a noop. should fix #74

github.com/ip-num/ip-num - 28ea68732f1ccbfef0b22712198d0aa0ca7186bc authored over 3 years ago by Dadepo Aderemi <[email protected]>
isCidrAble should return false, if start ip cant be first ip in a cidr range. should fix #76

github.com/ip-num/ip-num - f91ca112b68b6a2fd992b4fd05927c100af5584c authored over 3 years ago by Dadepo Aderemi <[email protected]>
Better validation of IPv6 string. Should fix #75

github.com/ip-num/ip-num - 1a8a6a054b023f39bce9d378e988a263de508841 authored over 3 years ago by Dadepo Aderemi <[email protected]>
should support ipv6 in cidr notation when collapsing and expanding. should fix #77

github.com/ip-num/ip-num - 5415684b6dba261763d237e7ce2677f3bd3d91a5 authored over 3 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 1985f18cb40f6b71399821273230e129ed4582ee authored over 3 years ago by Dadepo Aderemi <[email protected]>
1.3.3-0

github.com/ip-num/ip-num - 2b35bcdf0ebe1453f15b9338f9b8155f9a0d6bac authored over 3 years ago by Dadepo Aderemi <[email protected]>
update lib

github.com/ip-num/ip-num - cb1bc60ccb179fd0ebccf685e849f7e244a31ae9 authored over 3 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 02a2df8ec6deb38926e0465df68fdc086a285113 authored over 3 years ago by Dadepo Aderemi <[email protected]>
1.3.2

github.com/ip-num/ip-num - 79432781c1bb9b9b54b857e873c37019b6e8d5bd authored over 3 years ago by Dadepo Aderemi <[email protected]>
Merge pull request #73 from ip-num/wip-v1.3.2

Wip v1.3.2

github.com/ip-num/ip-num - a725879307b7ff99e75d3c2ad8d421972c946849 authored over 3 years ago by dadepo <[email protected]>
isCidrAble should return true for prefix with 1 address. fixes #68

github.com/ip-num/ip-num - b93252103a106b3a241a8702b5379ded3da8cc4d authored over 3 years ago by Dadepo Aderemi <[email protected]>
Added splitInto

github.com/ip-num/ip-num - 5301273193c8cff9df5d8fc6774c3455f242592e authored over 3 years ago by Dadepo Aderemi <[email protected]>
Update main.yml

github.com/ip-num/ip-num - 21f31777a91e05063bea28a53af0ff224fb1a8a2 authored over 3 years ago by dadepo <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - d1637bf5587a1980e75812b1677e7829947048ba authored over 3 years ago by Dadepo Aderemi <[email protected]>
updated version

github.com/ip-num/ip-num - 9e5ecf1bbd7da26e96a492511e56e89ebc959eed authored over 3 years ago by Dadepo Aderemi <[email protected]>
Merge branch 'wip-v1.3.1'

github.com/ip-num/ip-num - dc81125f4db35dae55209e5081f43da17432dd30 authored over 3 years ago by Dadepo Aderemi <[email protected]>
Make pool available when ip-num is used in the browser

github.com/ip-num/ip-num - d6f758dff3abf80868e90833d09e59574178749e authored over 3 years ago by Dadepo Aderemi <[email protected]>
Improve enum #61

github.com/ip-num/ip-num - 209c9b99fabe25ff31066bf4a71c0e51cf048421 authored over 3 years ago by Dadepo Aderemi <[email protected]>
removing stuff that should not be committed

github.com/ip-num/ip-num - ee792fef03ff2dc526b87eab6297c9399e4c816c authored over 3 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 172072af1f1be1e8ec1724a7da0f3af8dfe0a807 authored over 3 years ago by Dadepo Aderemi <[email protected]>
updated version to 1.3.0 prep for release

github.com/ip-num/ip-num - fb24adcf9b2e84ccb457e80df83252c391800947 authored over 3 years ago by Dadepo Aderemi <[email protected]>
Update readme

github.com/ip-num/ip-num - 6dd3c06af6e37034b8ccd019cce2030a1ec87447 authored over 3 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 27dc6427172e94413055429664f877652c170773 authored over 3 years ago by Dadepo Aderemi <[email protected]>
1.2.4-4

github.com/ip-num/ip-num - 6effd304d92a8cd1b085b2d100a0b9e9ccabb652 authored over 3 years ago by Dadepo Aderemi <[email protected]>
Merge branch '1.3.0'

github.com/ip-num/ip-num - 1540feef6f0ffccfc1fdc0abd84f96f510c5449b authored over 3 years ago by Dadepo Aderemi <[email protected]>
resolving conflicts

github.com/ip-num/ip-num - ca5a76662ec31d5147e4e91f9d47f1586bb069a9 authored over 3 years ago by Dadepo Aderemi <[email protected]>
because travis is going away

github.com/ip-num/ip-num - f9bc593c2cf991136e4f00b667e41ef484e5e581 authored over 3 years ago by Dadepo Aderemi <[email protected]>
Fixed typo. Definitely not shit :)

github.com/ip-num/ip-num - 70dc5a9a1b96cf82511d5003257616f397eb0b79 authored over 3 years ago by Dadepo Aderemi <[email protected]>
removed unnecessary if check

github.com/ip-num/ip-num - 566f700a01092fb8eb07ee4a9db32572045af42c authored over 3 years ago by Dadepo Aderemi <[email protected]>
Rename methods

github.com/ip-num/ip-num - cde5b79155a309827200a12d6cf39fbd0df9bbbb authored over 3 years ago by Dadepo Aderemi <[email protected]>
Updated Pool#removeOverlapping to return boolean indicating if action was successful or not

github.com/ip-num/ip-num - ab3312c95c05d1a9b2717f0184473999ac53bb2b authored over 3 years ago by Dadepo Aderemi <[email protected]>
Updated Pool#removeExact to return boolean indicating if action was successful or not

github.com/ip-num/ip-num - fa3de9ea4a1c3fd422e6ca44c0321b645e59e6ca authored over 3 years ago by Dadepo Aderemi <[email protected]>
updating documentation and dist for release

github.com/ip-num/ip-num - 78592b62bac805724cee49a24a24ad072e0cf904 authored over 3 years ago by Dadepo Aderemi <[email protected]>
1.2.4-3

github.com/ip-num/ip-num - 15049915bc7fa6a9fc534689a3ba1a6e43f25398 authored over 3 years ago by Dadepo Aderemi <[email protected]>
more test to pool implementation

github.com/ip-num/ip-num - 0bc5b84c5c954d1393cadbf1213058bf636f7ccf authored over 3 years ago by Dadepo Aderemi <[email protected]>
more ipv6 pool tests

github.com/ip-num/ip-num - 0742569707d7afcc5441e1c2fd651d844fe14d75 authored over 3 years ago by Dadepo Aderemi <[email protected]>
adding more test to IPPool and fixing more issues

github.com/ip-num/ip-num - f682636b6268f6863dba15908587f1579c867b3a authored over 3 years ago by Dadepo Aderemi <[email protected]>
updated some pool tests

github.com/ip-num/ip-num - cd310504d59ee6c4716266e6efe3dca026cfc416 authored over 3 years ago by Dadepo Aderemi <[email protected]>
Some more tests

github.com/ip-num/ip-num - ccc858095ac68389c70c0bb25e861f7cf0f5fc5a authored over 3 years ago by Dadepo Aderemi <[email protected]>