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

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.0.2 to 1.0.3

tailwind.config.cjs

2

package.json
{
"name": "popupz",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",

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

import React, { useState, useEffect } from 'react';
import ProgressBar from './ProgressBar.jsx';
import './style.css';
import '../index.css';
import { FaCircleCheck } from "react-icons/fa6";

@@ -5,0 +5,0 @@ import { IoIosCloseCircle } from "react-icons/io";

import React from 'react';
import './style.css';
import '../index.css';

@@ -4,0 +4,0 @@ function ProgressBar({color, bgcolor}) {

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