Socket
Socket
Sign inDemoInstall

@tryferos/popups

Package Overview
Dependencies
5
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

11

dist/index.d.ts
import React, { ReactNode, ComponentProps } from 'react';
declare const PopupElement: React.ForwardRefExoticComponent<{
type Animations = {
enabled?: boolean;
duration?: number;
};
type PopupElementProps = {
children: ReactNode;
popups: Array<string>;
} & React.RefAttributes<HTMLDivElement>>;
darkMode?: boolean;
animations?: Animations;
};
declare const PopupElement: React.ForwardRefExoticComponent<PopupElementProps & React.RefAttributes<HTMLDivElement>>;

@@ -8,0 +15,0 @@ type PopupType = (ComponentProps<typeof PopupElement>['popups']) extends Array<infer Item> ? Item : never;

{
"name": "@tryferos/popups",
"version": "1.0.1",
"version": "1.0.2",
"description": "Provides you with popup components to use in your React app.",

@@ -8,2 +8,7 @@ "main": "dist/index.cjs",

"types": "dist/index.d.ts",
"keywords": [
"react",
"popup",
"modal",
"tooltip"],
"repository": {

@@ -10,0 +15,0 @@ "type": "git",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc