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

@pinwheel/react-modal

Package Overview
Dependencies
Maintainers
29
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinwheel/react-modal - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3-beta

6

dist/index.d.ts

@@ -32,2 +32,4 @@ /// <reference types="react" />

platformId: string;
} | {
platformId: string;
} | Error | {} | undefined;

@@ -39,2 +41,4 @@ export declare type SemverObject = {

};
declare const EVENT_NAMES: readonly ["open", "select_employer", "select_platform", "incorrect_platform_given", "login_attempt", "login", "input_amount", "exit", "success", "error"];
export declare type EventName = typeof EVENT_NAMES[number];
interface PinwheelPublicOpenOptions {

@@ -49,3 +53,3 @@ linkToken: string;

onExit?: (error?: Error) => void;
onEvent?: (eventName: string, payload: EventPayload) => void;
onEvent?: (eventName: EventName, payload: EventPayload) => void;
}

@@ -52,0 +56,0 @@ export declare type PinwheelModalProps = PinwheelPublicOpenOptions & {

2

package.json
{
"name": "@pinwheel/react-modal",
"version": "2.3.2",
"version": "2.3.3-beta",
"description": "React package for Pinwheel modal",

@@ -5,0 +5,0 @@ "author": "roscioli",

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