Comparing version 0.1.2 to 0.1.3
0.1.3 / 2014-03-14 | ||
================== | ||
* exports default USER_AGENT | ||
0.1.2 / 2014-03-13 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -74,3 +74,3 @@ /**! | ||
var USER_AGENT = ua('node-co-urllib', pkg.version); | ||
var USER_AGENT = exports.USER_AGENT = ua('node-co-urllib', pkg.version); | ||
@@ -77,0 +77,0 @@ // change Agent.maxSockets to 1000 |
{ | ||
"name": "co-urllib", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "co version of urllib", | ||
@@ -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
17988