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

reactplosive-modal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactplosive-modal - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

build/index.css

39

package.json
{
"name": "reactplosive-modal",
"version": "1.0.3",
"description": "A simple React modal component with an explosion effect ",
"main": "index.tsx",
"version": "1.0.4",
"description": "A simple React modal component with an explosion effect",
"author": "mburakerman",
"license": "MIT",
"repository": {

@@ -10,2 +11,6 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/mburakerman/reactplosive-modal/issues"
},
"homepage": "https://github.com/mburakerman/reactplosive-modal",
"keywords": [

@@ -18,8 +23,13 @@ "modal",

],
"author": "mburakerman",
"license": "MIT",
"bugs": {
"url": "https://github.com/mburakerman/reactplosive-modal/issues"
"type": "module",
"types": "build/index.d.ts",
"files": [
"build/"
],
"main": "build/index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:parcel": "parcel build src/components/ReactplosiveModal/index.tsx"
},
"homepage": "https://github.com/mburakerman/reactplosive-modal",
"dependencies": {

@@ -30,10 +40,13 @@ "react": "^18.2.0",

"devDependencies": {
"@parcel/packager-ts": "^2.8.2",
"@parcel/transformer-typescript-types": "^2.8.2",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"typescript": "^4.6.4"
"@vitejs/plugin-react": "^2.2.0",
"parcel": "^2.8.2",
"react-github-corner": "^2.5.0",
"sass": "^1.56.1",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}
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