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.1.11 to 1.1.12

2

dist/index.js

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

value: popz
}, children, popzType || popzTheme || popzMessage || popzProgressBar && /*#__PURE__*/React.createElement(Popz, {
}, children, popzType && /*#__PURE__*/React.createElement(Popz, {
theme: popzTheme,

@@ -119,0 +119,0 @@ type: popzType,

{
"name": "popupz",
"version": "1.1.11",
"version": "1.1.12",
"type": "module",

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

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

{children}
{popzType || popzTheme || popzMessage || popzProgressBar && <Popz theme={popzTheme} type={popzType} message={popzMessage} progressBar={popzProgressBar}/>}
{popzType && <Popz theme={popzTheme} type={popzType} message={popzMessage} progressBar={popzProgressBar}/>}
</PopzContext.Provider>

@@ -33,0 +33,0 @@ );

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