react-lazy-card
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -83,4 +83,8 @@ import React, { Component, PropTypes } from 'react' | ||
subTitle: PropTypes.string, | ||
lazyLoad: PropTypes.bool, | ||
data: PropTypes.object, | ||
children: PropTypes.oneOfType([ | ||
@@ -87,0 +91,0 @@ PropTypes.array, PropTypes.object |
@@ -81,9 +81,9 @@ 'use strict'; | ||
value: function render() { | ||
var _props = this.props; | ||
var width = _props.width; | ||
var image = _props.image; | ||
var attributes = _props.attributes; | ||
var children = _props.children; | ||
var title = _props.title; | ||
var className = _props.className; | ||
var _props = this.props, | ||
width = _props.width, | ||
image = _props.image, | ||
attributes = _props.attributes, | ||
children = _props.children, | ||
title = _props.title, | ||
className = _props.className; | ||
@@ -141,4 +141,8 @@ | ||
subTitle: _react.PropTypes.string, | ||
lazyLoad: _react.PropTypes.bool, | ||
data: _react.PropTypes.object, | ||
children: _react.PropTypes.oneOfType([_react.PropTypes.array, _react.PropTypes.object]) | ||
@@ -145,0 +149,0 @@ }; |
@@ -75,2 +75,3 @@ { | ||
"react-addons-test-utils": "^15.3.2", | ||
"react-dom": "^15.4.1", | ||
"rimraf": "^2.5.4", | ||
@@ -84,3 +85,3 @@ "sass-loader": "^4.0.2", | ||
"react": "^15.x.x", | ||
"react-addons-shallow-compare": "^15.3.2", | ||
"react-addons-shallow-compare": "^15.x.x", | ||
"react-auto-bind": "^0.2.0" | ||
@@ -93,3 +94,3 @@ }, | ||
}, | ||
"version": "0.1.3" | ||
"version": "0.1.4" | ||
} |
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
14805
212
34