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.6 to 1.0.7

5

lib/config.js

@@ -15,2 +15,3 @@ "use strict";

const querystring_1 = require("querystring");
const node_fetch_1 = require("node-fetch");
const jsonwebtoken_1 = require("jsonwebtoken");

@@ -68,3 +69,3 @@ const accessToken_1 = require("./accessToken");

headers['Content-Type'] = 'application/x-www-form-urlencoded';
const response = yield fetch(`${this.apiUrl}/v1/oauth/token`, {
const response = yield node_fetch_1.default(`${this.apiUrl}/v1/oauth/token`, {
method: 'POST',

@@ -110,3 +111,3 @@ headers,

}
const response = yield fetch(`${this.apiUrl}${endpoint}${queryString}`, {
const response = yield node_fetch_1.default(`${this.apiUrl}${endpoint}${queryString}`, {
method,

@@ -113,0 +114,0 @@ headers,

4

package.json
{
"name": "tikkie-checkout",
"description": "TypeScript implementation of the Tikkie Fast Checkout API.",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",

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

"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.0",
"typescript": "^3.3.3"

@@ -42,2 +43,3 @@ },

"@types/node": "^13.1.1",
"@types/node-fetch": "^2.5.4",
"rimraf": "^3.0.0",

@@ -44,0 +46,0 @@ "ts-node": "^8.0.2",

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