Socket
Socket
Sign inDemoInstall

react-universal-interface

Package Overview
Dependencies
3
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

2

lib/render.js

@@ -59,4 +59,4 @@ "use strict";

}
return children;
return children || null;
};
exports.default = render;

@@ -53,4 +53,4 @@ import { createElement as h, cloneElement, version } from 'react';

}
return children;
return children || null;
};
export default render;
{
"name": "react-universal-interface",
"version": "0.3.0",
"version": "0.3.1",
"description": "Universal Children Definition for React Components",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -75,5 +75,5 @@ import {createElement as h, cloneElement, version} from 'react';

return children;
return children || null;
};
export default render;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc