superagent
Advanced tools
Comparing version 1.8.4 to 1.8.5
@@ -675,3 +675,3 @@ | ||
this.clearTimeout(); | ||
if (this.called) return console.warn('double callback!'); | ||
if (this.called) return console.warn('superagent: double callback bug. Upgrade to v3.2+ to fix this'); | ||
this.called = true; | ||
@@ -678,0 +678,0 @@ |
{ | ||
"name": "superagent", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "elegant & feature rich browser / node HTTP with a fluent API", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
536732
38
4261