Comparing version 0.2.2 to 0.3.0
@@ -42,3 +42,3 @@ 'use strict'; | ||
abortKey: 'abort', | ||
endEvents: ['end', 'abort'] | ||
endEvents: ['end', 'abort', 'error'] | ||
}; | ||
@@ -69,3 +69,3 @@ | ||
function WrappedComponent() { | ||
var _Object$getPrototypeO; | ||
var _ref2; | ||
@@ -80,3 +80,3 @@ var _temp, _this, _ret; | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_Object$getPrototypeO = Object.getPrototypeOf(WrappedComponent)).call.apply(_Object$getPrototypeO, [this].concat(args))), _this), _initialiseProps.call(_this), _temp), _possibleConstructorReturn(_this, _ret); | ||
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref2 = WrappedComponent.__proto__ || Object.getPrototypeOf(WrappedComponent)).call.apply(_ref2, [this].concat(args))), _this), _initialiseProps.call(_this), _temp), _possibleConstructorReturn(_this, _ret); | ||
} | ||
@@ -83,0 +83,0 @@ |
{ | ||
"name": "react-jax", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "A tiny decorator to manage AJAX requests in React components.", | ||
@@ -32,13 +32,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"hoist-non-react-statics": "^1.0.5", | ||
"lodash": "^4.3.0", | ||
"react-display-name": "^0.1.1" | ||
"hoist-non-react-statics": "^1.2.0", | ||
"lodash": "^4.15.0", | ||
"react-display-name": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.4.5", | ||
"babel-cli": "^6.14.0", | ||
"babel-eslint": "^4.1.8", | ||
"babel-plugin-transform-react-jsx": "^6.6.5", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-stage-1": "^6.3.13", | ||
"babel-register": "^6.4.3", | ||
"babel-plugin-transform-react-jsx": "^6.8.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-preset-stage-1": "^6.13.0", | ||
"babel-register": "^6.14.0", | ||
"chai": "^3.5.0", | ||
@@ -53,3 +53,3 @@ "eslint": "^1.10.3", | ||
"react-addons-test-utils": "^0.14.7", | ||
"sinon": "^1.17.3", | ||
"sinon": "^1.17.5", | ||
"sinon-chai": "^2.8.0", | ||
@@ -56,0 +56,0 @@ "superagent": "^1.8.0" |
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
13662
140
+ Addedreact-display-name@0.2.5(transitive)
- Removedreact-display-name@0.1.1(transitive)
Updatedlodash@^4.15.0
Updatedreact-display-name@^0.2.0