Socket
Socket
Sign inDemoInstall

reactjs-popup

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactjs-popup - npm Package Compare versions

Comparing version 1.5.0 to 2.0.0-0

dist/hooks.d.ts

88

package.json
{
"name": "reactjs-popup",
"version": "1.5.0",
"version": "2.0.0-0",
"description": "React Popup Component - Modals,Tooltips and Menus —  All in one",
"main": "reactjs-popup.cjs.js",
"module": "reactjs-popup.es.js",
"jsnext:main": "reactjs-popup.es.js",
"unpkg": "reactjs-popup.js",
"jsdelivr": "reactjs-popup.js",
"main": "dist/index.js",
"module": "dist/reactjs-popup.esm.js",
"umd:main": "dist/reactjs-popup.umd.production.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "NODE_ENV=production tsdx build --entry src/index.tsx --format=cjs,esm,umd",
"test": "tsdx test --passWithNoTests --env=jest-environment-jsdom-sixteen",
"lint": "tsdx lint",
"prepare": "tsdx build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"np": "np --any-branch"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": ">=16"
},
"jest": {
"testEnvironment": "jsdom"
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/yjose/reactjs-popup.git"
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"keywords": [
"react",
"popup",
"modal",
"tooltip",
"react-modal",
"reactjs",
"react-popup",
"reactjs-popup",
"reactjs-modal",
"react-tooltip"
],
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-actions": "^6.0.7",
"@storybook/addon-docs": "^6.0.7",
"@storybook/addon-essentials": "^6.0.7",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-links": "^6.0.7",
"@storybook/addons": "^6.0.7",
"@storybook/react": "^6.0.7",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.3",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"babel-loader": "^8.1.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"jest-environment-jsdom-sixteen": "^1.0.3",
"np": "^6.5.0",
"react": "^16.13.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"ts-loader": "^8.0.2",
"tsdx": "^0.13.2",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"dependencies": {},
"author": "Youssouf EL AZIZI <youssoufelazizi@gmail.com>",

@@ -40,2 +74,2 @@ "license": "MIT",

"homepage": "https://react-popup.elazizi.com/"
}
}

@@ -34,2 +34,10 @@ # Reactjs-popup

## Sponsor
[Reactjs-popup](https://react-popup.elazizi.com) is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial
<a href="https://tracking.gitads.io/?repo=reactjs-popup/">
<img max-height="200px" src="https://images.gitads.io/reactjs-popup/" alt="GitAds"/>
</a>
## Demo

@@ -41,13 +49,3 @@

## TO DO
- [x] Create repository && publish package
- [x] Create reactjs-popup Home page
- [x] Tooltip Support
- [x] Modal Support
- [x] Menu & Nested Menu Support
- [x] Add Live examples
- [ ] Animation API
- [ ] Toast Support
- [ ] suggest a feature [here](https://github.com/yjose/reactjs-popup/labels/Features)

@@ -129,2 +127,6 @@ ## Installing / Getting started

<a href="https://www.buymeacoffee.com/yjose" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="40px" ></a>
That's all, thank you for your attention, please [![Star on GitHub][github-star-badge]][github-star] the repo to show your support...

@@ -141,3 +143,3 @@

<td align="center">
<a href="https://github.com/yjose">
<a href="http://elazizi.com/">
<img width="150" height="150" src="https://github.com/yjose.png?v=3&s=150">

@@ -157,2 +159,3 @@ </br>

[build-badge]: https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square

@@ -159,0 +162,0 @@ [build]: https://travis-ci.org/yjose/reactjs-popup

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