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

react-jax

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jax - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

6

lib/index.js

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

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