New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

tikkie-checkout

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tikkie-checkout - npm Package Compare versions

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