directus-sdk-javascript
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "directus-sdk-javascript", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "WIP - Directus SDK for JavaScript (Node and Browser)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ const axios = require('axios'); | ||
get _requestHeaders() { | ||
const headers = this.headers; | ||
const headers = this.headers || {}; | ||
@@ -22,0 +22,0 @@ if (this.accessToken) { |
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
45964