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

@fiatconnect/fiatconnect-types

Package Overview
Dependencies
Maintainers
7
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiatconnect/fiatconnect-types - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [7.0.2](https://github.com/fiatconnect/fiatconnect-types/compare/v7.0.1...v7.0.2) (2022-08-22)
### Bug Fixes
* **webhook:** add timestamp ([#61](https://github.com/fiatconnect/fiatconnect-types/issues/61)) ([482e205](https://github.com/fiatconnect/fiatconnect-types/commit/482e2058210ca6e2311ace84581d034c50e2f62f))
### [7.0.1](https://github.com/fiatconnect/fiatconnect-types/compare/v7.0.0...v7.0.1) (2022-08-18)

@@ -7,0 +14,0 @@

1

dist/index.d.ts

@@ -152,2 +152,3 @@ export declare type ClockResponse = {

eventId: string;
timestamp: string;
address: string;

@@ -154,0 +155,0 @@ payload: WebhookEventPayload[T];

4

package.json
{
"name": "@fiatconnect/fiatconnect-types",
"version": "7.0.1",
"version": "7.0.2",
"description": "Types used in the FiatConnect specification. Offered as standalone module for payment providers and wallets to both use for FiatConnect APIs and integrations.",

@@ -27,3 +27,3 @@ "scripts": {

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@valora/eslint-config-typescript": "^0.0.1",

@@ -30,0 +30,0 @@ "eslint": "^7.32.0",

@@ -241,2 +241,3 @@ /*

eventId: string
timestamp: string
address: string

@@ -243,0 +244,0 @@ payload: WebhookEventPayload[T]

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