@tipe/databox-loader
Advanced tools
Comparing version 0.3.14 to 0.3.15
{ | ||
"name": "@tipe/databox-loader", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "Tipe Databox Loader for talking with Databox", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,6 +12,5 @@ const fetch = require('node-fetch') | ||
method: 'POST', | ||
headers: { | ||
...headers, | ||
headers: Object.assign({}, headers, { | ||
'Content-Type': 'application/json' | ||
}, | ||
}), | ||
body: JSON.stringify({ | ||
@@ -18,0 +17,0 @@ query: body, |
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
104326
218