Skip to content

Commit b2b565e

Browse files
committed
Update documentation
Mentioning the support of fraud score.
1 parent 80a680b commit b2b565e

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ip2proxy
22
Type: Package
33
Title: Lookup for IP Address Proxy Information
4-
Version: 1.2.0
4+
Version: 1.2.1
55
Author: IP2Location
66
Maintainer: IP2Location <[email protected]>
77
Description: A R package to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
@@ -12,4 +12,4 @@ Depends: R (>= 3.2.3)
1212
Imports: reticulate (>= 1.13), jsonlite (>= 1.6), ggplot2 (>= 3.4), maps (>= 3.4.1), scales (>= 1.2.1)
1313
SystemRequirements: IP2Proxy Python library
1414
<https://www.ip2location.com/development-libraries/ip2proxy/python>
15-
RoxygenNote: 7.2.3
15+
RoxygenNote: 7.3.2

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2024
1+
YEAR: 2025
22
COPYRIGHT HOLDER: IP2Location

LICENSE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 - 2024 IP2Location.com
3+
Copyright (c) 2020 - 2025 IP2Location.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

R/IP2Proxy.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ open <- function(bin_location){
1919

2020
#' @title Lookup for IP address proxy information
2121
#'
22-
#' @description Find the country, region, city, ISP, domain name, usage types, asn, as name, last seen, threat type and provider. The return values will be depending on the BIN data loaded.
22+
#' @description Find the country, region, city, ISP, domain name, usage types, asn, as name, last seen, threat type, provider and fraud score. The return values will be depending on the BIN data loaded.
2323
#' @param ip IPv4 or IPv6 address
2424
#' @return Return all the proxy information about the IP address
2525
#' @import reticulate

docs/source/code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ Retrieve geolocation information for an IP address.
3232
| threat | Security threat reported. |
3333
| proxy_type | Type of proxy. |
3434
| provider | Name of VPN provider if available. |
35+
| fraud_score | Potential risk score (0 - 99) associated with IP address. |
3536
```

man/get_all.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)