Socket
Socket
Sign inDemoInstall

@makabay/customizedmodal

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@makabay/customizedmodal - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

26

package.json
{
"name": "@makabay/customizedmodal",
"version": "0.1.10",
"version": "0.1.11",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [ "dist", "README.md" ],
"repository": {
"type": "git",
"url": "https://github.com/matthieuClio/CustomizedModal"
},
"dependencies": {

@@ -12,3 +19,3 @@ "@testing-library/jest-dom": "^5.17.0",

"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=development babel src/lib --out-dir dist --copy-files",
"build": "react-scripts build",
"test": "react-scripts test",

@@ -36,4 +43,7 @@ "eject": "react-scripts eject"

"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-react": "^7.23.3",
"babel-cli": "^6.26.0",
"react": "^18.2.0",

@@ -46,13 +56,3 @@ "react-dom": "^18.2.0",

"react-dom": "^18.2.0"
},
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/matthieuClio/CustomizedModal"
}
}

@@ -11,3 +11,3 @@ Hello, this is a modal component who can be customized.

// Components
import CustomizedModal from './modal/CustomizedModal';
// Don't forget to import the CustomizedModal

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