@ubrorg/card
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -44,5 +44,5 @@ function qs(params) { | ||
}, | ||
didMount: function didMount() { | ||
deriveDataFromProps: function deriveDataFromProps(props) { | ||
this.setData({ | ||
isFavorite: this.props.favoriteStatus || this.props.dataItem.favoriteStatus | ||
isFavorite: props.favoriteStatus || props.dataItem.favoriteStatus | ||
}); | ||
@@ -49,0 +49,0 @@ }, |
{ | ||
"name": "@ubrorg/card", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "card", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17128
0