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

rc-util

Package Overview
Dependencies
Maintainers
5
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-util - npm Package Compare versions

Comparing version 4.8.3 to 4.8.4

4

es/PortalWrapper.js

@@ -130,3 +130,5 @@ import _extends from 'babel-runtime/helpers/extends';

var extra = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return children(_extends({}, extra, childProps));
return children(_extends({}, extra, childProps, {
ref: _this2.savePortal
}));
},

@@ -133,0 +135,0 @@ getContainer: this.getContainer,

@@ -171,3 +171,5 @@ 'use strict';

var extra = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return children((0, _extends3['default'])({}, extra, childProps));
return children((0, _extends3['default'])({}, extra, childProps, {
ref: _this2.savePortal
}));
},

@@ -174,0 +176,0 @@ getContainer: this.getContainer,

{
"name": "rc-util",
"version": "4.8.3",
"version": "4.8.4",
"description": "Common Utils For React Component",

@@ -5,0 +5,0 @@ "keywords": [

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