earnshark-npm
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -25,6 +25,7 @@ var http = require('http'); | ||
request(options, function (error, response, body) { | ||
if (!error && response.statusCode == 200) { | ||
// Print out the response body | ||
console.log(body) | ||
} | ||
console.log(response) | ||
// if (!error && response.statusCode == 200) { | ||
// // Print out the response body | ||
// console.log(body) | ||
// } | ||
}) | ||
@@ -31,0 +32,0 @@ |
{ | ||
"name": "earnshark-npm", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "This is the earnshark npm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
2141
49