clubhouse-lib
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -7,2 +7,4 @@ 'use strict'; | ||
var _fetchPonyfill2 = _interopRequireDefault(_fetchPonyfill); | ||
var _client_error = require('./client_error'); | ||
@@ -48,3 +50,5 @@ | ||
return (0, _fetchPonyfill.fetch)(urlWithToken, { | ||
var fetch = self.fetch || (0, _fetchPonyfill2.default)().fetch; | ||
return fetch(urlWithToken, { | ||
body: JSON.stringify(body), | ||
@@ -51,0 +55,0 @@ headers: headers, |
{ | ||
"name": "clubhouse-lib", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A Promise based library to the Clubhouse REST API", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
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
26461
336
1