Socket
Socket
Sign inDemoInstall

popupz

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popupz - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

dist/index.js

@@ -70,3 +70,3 @@ 'use strict';

return /*#__PURE__*/React.createElement("div", {
className: `popz fixed top-[20px] right-[20px] min-w-52 rounded-[10px] z-[9999] shadow-xl ${theme === 'dark' ? 'bg-white text-gray-900' : 'bg-gray-900 text-gray-50'} ${progressBar === 'true' ? 'pt-[7px] pb-[0.2px] px-1' : 'py-[9px] px-2'}`
className: `popz fixed top-[20px] right-[20px] min-w-52 rounded-[10px] z-[9999] shadow-xl ${theme === 'light' ? 'bg-white text-gray-900' : 'bg-gray-900 text-gray-50'} ${progressBar === 'true' ? 'pt-[7px] pb-[0.2px] px-1' : 'py-[9px] px-2'}`
}, /*#__PURE__*/React.createElement("div", {

@@ -73,0 +73,0 @@ className: "text-center px-[5px] flex items-center gap-x-1 text-base"

{
"name": "popupz",
"version": "1.3.5",
"version": "1.3.6",
"type": "module",

@@ -35,5 +35,5 @@ "description": "A simple and customizable popup notification library for React and Next.js applications.",

"postcss-preset-env": "^9.4.0",
"tailwindcss": "^3.4.1",
"react-icons": "^5.0.1"
"react-icons": "^5.0.1",
"tailwindcss": "^3.4.1"
}
}

@@ -54,3 +54,3 @@ import React, { useState, useEffect } from 'react';

return (
<div className={`popz fixed top-[20px] right-[20px] min-w-52 rounded-[10px] z-[9999] shadow-xl ${theme==='dark'? 'bg-white text-gray-900' : 'bg-gray-900 text-gray-50'} ${progressBar==='true' ? 'pt-[7px] pb-[0.2px] px-1':'py-[9px] px-2'}`}>
<div className={`popz fixed top-[20px] right-[20px] min-w-52 rounded-[10px] z-[9999] shadow-xl ${theme==='light'? 'bg-white text-gray-900' : 'bg-gray-900 text-gray-50'} ${progressBar==='true' ? 'pt-[7px] pb-[0.2px] px-1':'py-[9px] px-2'}`}>
<div className='text-center px-[5px] flex items-center gap-x-1 text-base'>

@@ -57,0 +57,0 @@ <span style={{color: `${color}`}}>

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