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

react-decorators

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-decorators - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

1

lib/properties-transformer.js

@@ -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(

2

package.json
{
"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",

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