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

system-components

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

system-components - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

6

dist/emotion.js

@@ -20,3 +20,7 @@ 'use strict';

return function () {
return (0, _reactEmotion2.default)(type).apply(undefined, arguments);
return (0, _reactEmotion2.default)(type, {
shouldForwardProp: function shouldForwardProp(name) {
return name !== 'ref' && name !== 'theme';
}
}).apply(undefined, arguments);
};

@@ -23,0 +27,0 @@ }

2

package.json
{
"name": "system-components",
"version": "2.2.1",
"version": "2.2.2",
"description": "Create consistent design-system-driven React UI components",

@@ -5,0 +5,0 @@ "main": "dist/index",

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