Comparing version 1.0.1 to 1.0.2
'use strict'; | ||
/** | ||
* Import HTTP interface module. | ||
* | ||
* TODO: Implement HTTPS. - has to be implemented on canihazip.com first. | ||
* Import HTTPS interface module. | ||
*/ | ||
var protocol = require('http'); | ||
var protocol = require('https'); | ||
@@ -10,0 +8,0 @@ /** |
{ | ||
"name": "canihazip", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Get public IP using canihazip.com.", | ||
@@ -26,2 +26,3 @@ "author": { | ||
"chai-as-promised": "^5.0.0", | ||
"grunt": "^0.4.5", | ||
"grunt-bump": "^0.3.1", | ||
@@ -28,0 +29,0 @@ "grunt-cli": "^0.1.13", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
5673
14
94