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

react-portalize

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-portalize - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

10

cjs/Portalize.js

@@ -38,3 +38,11 @@ "use strict";

function Portalize() {
return _React$Component.apply(this, arguments) || this;
var _this;
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
_this.element = null;
return _this;
}

@@ -41,0 +49,0 @@

@@ -28,3 +28,11 @@ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";

function Portalize() {
return _React$Component.apply(this, arguments) || this;
var _this;
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
_this.element = null;
return _this;
}

@@ -31,0 +39,0 @@

2

package.json
{
"version": "0.1.6",
"version": "0.1.7",
"main": "cjs/index.js",

@@ -4,0 +4,0 @@ "module": "es/index.js",

@@ -24,2 +24,4 @@ import React from 'react'

element = null
componentDidMount () {

@@ -26,0 +28,0 @@ if (typeof document !== 'undefined' && this.element === null) {

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