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

tikkie-checkout

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

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.8 to 1.0.9

4

lib/config.js

@@ -14,3 +14,3 @@ "use strict";

const url_1 = require("url");
const query_string_1 = require("query-string");
const querystring = 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 = query_string_1.default.stringify(options.query);
queryString = querystring.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.8",
"version": "1.0.9",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Toon van Strijp <toonvanstrijp@gmail.com> (https://www.toonvanstrijp.com)",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc