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.2.1 to 1.2.2

4

lib/properties-transformer.js

@@ -70,3 +70,5 @@ var React = require('react');

Object.keys(props).forEach(function(propName) {
if (propName !== 'children' && React.isValidElement(props[propName])) {
if (propName !== 'children' &&
React.isValidElement(props[propName]) &&
props[propName].preventTransformation !== true) {
props[propName] = transformElement(props[propName], cb);

@@ -73,0 +75,0 @@ }

{
"name": "react-decorators",
"version": "1.2.1",
"version": "1.2.2",
"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