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.0.0 to 1.0.1

9

package.json
{
"name": "popupz",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

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

"types": "dist/index.d.js",
"module": "dist/index.js",
"scripts": {

@@ -16,3 +17,2 @@ "build": "npx rollup -c",

"popup",
"notification",
"modal",

@@ -35,3 +35,8 @@ "popupz",

"rollup-plugin-postcss": "^4.0.2"
},
"dependencies": {
"postcss": "^8.4.35",
"postcss-preset-env": "^9.4.0",
"tailwindcss": "^3.4.1"
}
}
import { defineConfig } from "rollup";
import babel from "@rollup/plugin-babel";
import postcss from "rollup-plugin-postcss";
import tailwindcss from "tailwindcss";

@@ -19,2 +20,5 @@ export default defineConfig({

extract: true,
plugins: [
tailwindcss,
]
})

@@ -21,0 +25,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