Socket
Socket
Sign inDemoInstall

react-portal

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-portal - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.npmignore

40

package.json
{
"name": "react-portal",
"version": "0.0.0",
"description": "appends stuff from your React component to a new React component at document.body - great for modals or lightboxes ",
"main": "index.js",
"main": "portal.js",
"description": "Simple React component for transportation of your modals, lightboxes, etc. to document.body",
"author": "Vojtech Miksu",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tajo/react-portal"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "gulp build",
"dev": "gulp"
},
"author": "",
"license": "ISC"
"keywords": [
"react",
"modal",
"lightbox",
"react-portal",
"portal",
"transportation"
],
"dependencies": {
"keymaster": "^1.6.2",
"react": "^0.13.1"
},
"devDependencies": {
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.0",
"gulp-streamify": "0.0.5",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.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