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

react-relative-portal

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

react-relative-portal - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

6

package.json
{
"name": "react-relative-portal",
"version": "1.7.1",
"version": "1.7.2",
"description": "React component for place dropdowns outside overflow: hidden; elements",

@@ -18,3 +18,3 @@ "main": "dist/RelativePortal.js",

"scripts": {
"build": "npm run clean && babel src/Portal.js > dist/Portal.js && babel src/RelativePortal.js > dist/RelativePortal.js",
"build": "yarn clean && babel src/Portal.js > dist/Portal.js && babel src/RelativePortal.js > dist/RelativePortal.js",
"clean": "rm -Rf dist && mkdir dist",

@@ -24,3 +24,3 @@ "start-demo": "parcel --out-dir=demo/dist demo/index.html --open",

"test": "exit 0",
"prepublish": "npm run build"
"prepublish": "yarn build"
},

@@ -27,0 +27,0 @@ "repository": {

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