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

react-lazy-card

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lazy-card - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

components/LazyCard.js

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

18

dist/LazyCard.js

@@ -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"
}
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