New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

recompose

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recompose - npm Package Compare versions

Comparing version 0.14.1 to 0.14.2

2

package.json
{
"name": "recompose",
"version": "0.14.1",
"version": "0.14.2",
"author": "Andrew Clark <acdlite@me.com>",

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

@@ -13,2 +13,4 @@ 'use strict';

var _react2 = _interopRequireDefault(_react);
var _getDisplayName = require('./getDisplayName');

@@ -37,2 +39,5 @@

ToClass.prototype.render = function render() {
if (typeof baseComponent === 'string') {
return _react2['default'].createElement('baseComponent', this.props);
}
return baseComponent(this.props, this.context);

@@ -39,0 +44,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