Comparing version 4.0.0-ts2.0 to 4.0.0
@@ -133,4 +133,4 @@ /// <reference types="node" /> | ||
body: any; | ||
__httpcall: boolean; | ||
__httpcall: any; | ||
constructor(http: HTTP); | ||
} |
@@ -375,3 +375,3 @@ "use strict"; | ||
super(); | ||
this.__httpcall = true; | ||
this.__httpcall = pjson.version; | ||
if (typeof http.body === 'string' || typeof http.body.message === 'string') | ||
@@ -378,0 +378,0 @@ this.message = http.body.message || http.body; |
{ | ||
"name": "http-call", | ||
"description": "make http requests", | ||
"version": "4.0.0-ts2.0", | ||
"version": "4.0.0", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/http-call/issues", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
22636