Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@funkit/api-base

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@funkit/api-base - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

7

CHANGELOG.md
# @funkit/api-base
## 1.3.3
### Patch Changes
- 14dc95f: feat: expose sourceOfFund field in CheckoutHistoryItem
- fdcb791: feat: export RiskValues type
## 1.3.2

@@ -4,0 +11,0 @@

3

dist/src/services/checkout/types.d.ts

@@ -99,2 +99,3 @@ /**===============*

version: number;
sourceOfFund: string;
clientMetadata: object;

@@ -141,3 +142,3 @@ refundState?: CheckoutRefundState;

};
type RiskValues = 'Severe' | 'High' | 'Medium' | 'Low';
export type RiskValues = 'Severe' | 'High' | 'Medium' | 'Low';
type ExposureType = 'direct' | 'indirect';

@@ -144,0 +145,0 @@ type Exposure = {

{
"name": "@funkit/api-base",
"version": "1.3.2",
"version": "1.3.3",
"description": "Base API for Funkit",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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