Comparing version 0.0.3 to 0.0.4
@@ -74,2 +74,3 @@ 'use strict'; | ||
requestOptions.body = body; | ||
requestOptions.credentials = "omit"; | ||
@@ -89,2 +90,3 @@ return requestModule(requestOptions, next); | ||
requestOptions.method = method.toUpperCase(); | ||
requestOptions.credentials = "omit"; | ||
@@ -91,0 +93,0 @@ return requestModule(requestOptions, getParseJsonFn(cb)); |
{ | ||
"name": "asksteem", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Wrapper for the AskSteem API", | ||
@@ -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
5374
6
136