New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-apollo

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-apollo - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

lib/src/connect.js

@@ -126,2 +126,6 @@ "use strict";

return function () {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i - 0] = arguments[_i];
}
_this.data[dataKey] = assign(_this.data[dataKey], {

@@ -133,3 +137,3 @@ loading: true,

_this.setState(_this.store.getState());
refetchMethod();
refetchMethod.apply(void 0, args);
};

@@ -136,0 +140,0 @@ };

2

package.json
{
"name": "react-apollo",
"version": "0.1.5",
"version": "0.1.6",
"description": "React data container for Apollo Client",

@@ -5,0 +5,0 @@ "main": "./lib/src/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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