react-ajaxing
Advanced tools
Comparing version 0.0.7 to 0.1.0
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.3 | ||
// Generated by CoffeeScript 1.10.0 | ||
var React, objectAsign; | ||
@@ -34,3 +34,3 @@ | ||
if (this.props.style) { | ||
style = objectAsign(this.props.style, size); | ||
style = objectAsign({}, this.props.style, size); | ||
} | ||
@@ -41,3 +41,3 @@ bounceStyle = { | ||
if (this.props.loading) { | ||
return React.createElement("div", React.__spread({}, this.props, { | ||
return React.createElement("div", Object.assign({}, this.props, { | ||
"className": classes, | ||
@@ -44,0 +44,0 @@ "style": style |
{ | ||
"name": "react-ajaxing", | ||
"description": "tell the component ajax is sending", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"author": "Bingo Yang <blackbing@gmail.com>", | ||
@@ -19,4 +19,5 @@ "browserify": { | ||
"devDependencies": { | ||
"coffee-react": "^3.0.1", | ||
"coffee-script": "^1.9.1" | ||
"react": ">=0.15.0", | ||
"coffee-react": "^5.0.0", | ||
"coffee-script": "^1.10.0" | ||
}, | ||
@@ -33,3 +34,3 @@ "homepage": "https://github.com/blackbing/react-ajaxing", | ||
"peerDependencies": { | ||
"react": ">=0.12.0" | ||
"react": ">=0.15.0" | ||
}, | ||
@@ -36,0 +37,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
6668
3