Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "popupz", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A simple and customizable popup notification library for React and Next.js applications.", |
import React, { useState, createContext, useContext } from 'react'; | ||
import Popz from './components/Popz.jsx'; | ||
import './index.css'; | ||
const PopzContext = createContext(); | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21829
11
799