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

substyle

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

substyle - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

5

lib/defaultStyle.js

@@ -88,2 +88,7 @@ 'use strict';

this.enhancedWrappedComponent = enhance(WrappedComponent);
if (this.enhancedWrappedComponent.propTypes) {
this.enhancedWrappedComponent.propTypes = _extends({}, this.enhancedWrappedComponent.propTypes, {
style: _types.PropTypes.style
});
}
}

@@ -90,0 +95,0 @@

2

package.json
{
"name": "substyle",
"version": "6.1.1",
"version": "6.1.2",
"description": "Universal styling for reusable React components",

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

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