react-decorators
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -19,2 +19,3 @@ var React = require('react'); | ||
classInheritance(TransformedComponent, Component); | ||
TransformedComponent.displayName = 'TransformedComponent(' + (Component.displayName || Component.name || 'Component') + ')'; | ||
TransformedComponent.prototype.render = function() { | ||
@@ -21,0 +22,0 @@ return transformElement( |
{ | ||
"name": "react-decorators", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A collection of react decorators to enhance components capabilities", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24791
494