Skip to content

Commit

Permalink
Tidy with tidyall
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Feb 6, 2025
1 parent f1b4fad commit f714ca0
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 594 deletions.
6 changes: 3 additions & 3 deletions source-data/GeoIP2-City-Test.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@
},
{
"214.1.1.0/24" : {
"traits": {
"is_anycast": true
}
"traits" : {
"is_anycast" : true
}
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions source-data/GeoIP2-Country-Test.json
Original file line number Diff line number Diff line change
Expand Up @@ -15903,9 +15903,9 @@
},
{
"214.1.1.0/24" : {
"traits": {
"is_anycast": true
}
"traits" : {
"is_anycast" : true
}
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions source-data/GeoIP2-Enterprise-Test.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
},
{
"confidence": 60,
"confidence" : 60,
"geoname_id" : 3333217,
"iso_code" : "WBK",
"names" : {
Expand Down Expand Up @@ -781,9 +781,9 @@
},
{
"214.1.1.0/24" : {
"traits": {
"is_anycast": true
}
"traits" : {
"is_anycast" : true
}
}
},
{
Expand Down
58 changes: 29 additions & 29 deletions source-data/GeoIP2-IP-Risk-Test.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[
{
"::214.2.3.0/126": {
"ip_risk": 25,
"is_anonymous": true,
"is_anonymous_vpn": true
}
},
{
"::214.2.3.4/128": {
"ip_risk": 50,
"is_anonymous": true,
"is_anonymous_vpn": true,
"is_tor_exit_node": true
}
},
{
"::214.2.3.5/128": {
"ip_risk": 90,
"is_anonymous": true,
"is_anonymous_vpn": true,
"is_residential_proxy": true,
"is_tor_exit_node": true
}
},
{
"::214.2.3.6/128": {
"ip_risk": 85
}
}
{
"::214.2.3.0/126" : {
"ip_risk" : 25,
"is_anonymous" : true,
"is_anonymous_vpn" : true
}
},
{
"::214.2.3.4/128" : {
"ip_risk" : 50,
"is_anonymous" : true,
"is_anonymous_vpn" : true,
"is_tor_exit_node" : true
}
},
{
"::214.2.3.5/128" : {
"ip_risk" : 90,
"is_anonymous" : true,
"is_anonymous_vpn" : true,
"is_residential_proxy" : true,
"is_tor_exit_node" : true
}
},
{
"::214.2.3.6/128" : {
"ip_risk" : 85
}
}
]
Loading

0 comments on commit f714ca0

Please sign in to comment.