node-jsonp-client
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,2 +0,2 @@ | ||
declare function jsonpClient(url: string): Promise<string>; | ||
declare function jsonpClient(url: string): Promise<any>; | ||
export = jsonpClient; |
{ | ||
"name": "node-jsonp-client", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "a simple jsonp client for Node.js", | ||
@@ -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
3252