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

react-polymorph

Package Overview
Dependencies
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-polymorph - npm Package Compare versions

Comparing version 0.9.7-rc.1 to 0.9.7-rc.2

13

lib/components/ThemeVariablesProvider.js

@@ -27,9 +27,10 @@ "use strict";

});
return (
/*#__PURE__*/
_react["default"].createElement("div", {
style: isRoot ? {} : props.variables
}, props.children)
);
return isRoot ?
/*#__PURE__*/
_react["default"].createElement(_react["default"].Fragment, null, props.children) :
/*#__PURE__*/
_react["default"].createElement("div", {
style: props.variables
}, props.children);
}
//# sourceMappingURL=ThemeVariablesProvider.js.map
{
"name": "react-polymorph",
"description": "React components with highly customizable logic, markup and styles.",
"version": "0.9.7-rc.1",
"version": "0.9.7-rc.2",
"scripts": {

@@ -6,0 +6,0 @@ "build": "cross-env yarn clean && yarn sass && yarn js",

Sorry, the diff of this file is not supported yet

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