Socket
Socket
Sign inDemoInstall

@oneblink/sdk-core

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oneblink/sdk-core - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2-beta.1

2

dist/paymentService.d.ts

@@ -17,4 +17,4 @@ import { FormTypes, SubmissionEventTypes, SubmissionTypes } from '@oneblink/types';

export declare function checkForPaymentEvent(definition: FormTypes.Form, submission: SubmissionTypes.S3SubmissionData['submission']): {
paymentSubmissionEvent: SubmissionEventTypes.PaymentSubmissionEvent;
paymentSubmissionEvent: SubmissionEventTypes.FormPaymentEvent;
amount: number;
} | undefined;

@@ -18,4 +18,4 @@ import { FormTypes, SubmissionEventTypes } from '@oneblink/types';

declare const submissionEvents: {
toPaymentSubmissionEvent: (e: SubmissionEventTypes.FormEvent) => SubmissionEventTypes.PaymentSubmissionEvent | undefined;
toPaymentSubmissionEvent: (e: SubmissionEventTypes.FormEvent) => SubmissionEventTypes.FormPaymentEvent | undefined;
};
export { formElements, submissionEvents };
{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "0.4.1",
"version": "0.4.2-beta.1",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",

@@ -6,0 +6,0 @@ "bugs": {

Sorry, the diff of this file is not supported yet

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