Socket
Socket
Sign inDemoInstall

popupz

Package Overview
Dependencies
6
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "popupz",
"version": "2.2.0",
"version": "2.2.1",
"description": "A simple and customizable popup notification/modal library for React applications.",

@@ -5,0 +5,0 @@ "main": "src/index.jsx",

@@ -16,3 +16,3 @@ import React, { createContext, useContext, useState } from 'react';

setId(newId);
const newPop = { id: newId, theme: theme.toLowerCase(), type: type.toLowerCase(), message: message.toLowerCase(), progressBar: progressBar.toLowerCase() };
const newPop = { id: newId, theme: theme.toLowerCase(), type: type.toLowerCase(), message: message, progressBar: progressBar.toLowerCase() };
setPopzQueue(prevQueue => [...prevQueue, newPop]);

@@ -19,0 +19,0 @@ setTimeout(() => {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc