tikkie-checkout
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -14,3 +14,3 @@ "use strict"; | ||
const url_1 = require("url"); | ||
const querystring_1 = require("querystring"); | ||
const query_string_1 = require("query-string"); | ||
const node_fetch_1 = require("node-fetch"); | ||
@@ -108,3 +108,3 @@ const jsonwebtoken_1 = require("jsonwebtoken"); | ||
if (method === 'GET' && options.query) { | ||
queryString = querystring_1.default.stringify(options.query); | ||
queryString = query_string_1.default.stringify(options.query); | ||
} | ||
@@ -111,0 +111,0 @@ const response = yield node_fetch_1.default(`${this.apiUrl}${endpoint}${queryString}`, { |
{ | ||
"name": "tikkie-checkout", | ||
"description": "TypeScript implementation of the Tikkie Fast Checkout API.", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"license": "MIT", | ||
@@ -37,2 +37,3 @@ "author": "Toon van Strijp <toonvanstrijp@gmail.com> (https://www.toonvanstrijp.com)", | ||
"node-fetch": "^2.6.0", | ||
"query-string": "^6.9.0", | ||
"typescript": "^3.3.3" | ||
@@ -44,2 +45,3 @@ }, | ||
"@types/node-fetch": "^2.5.4", | ||
"@types/query-string": "^6.3.0", | ||
"rimraf": "^3.0.0", | ||
@@ -46,0 +48,0 @@ "ts-node": "^8.0.2", |
Sorry, the diff of this file is not supported yet
22700
4
8
+ Addedquery-string@^6.9.0
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedfilter-obj@1.1.0(transitive)
+ Addedquery-string@6.14.1(transitive)
+ Addedsplit-on-first@1.1.0(transitive)
+ Addedstrict-uri-encode@2.0.0(transitive)