Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.4 to 0.3.5

dist/index.js

4

Changelog.md

@@ -5,2 +5,6 @@ # Change log

### v0.3.5
Return promise from the refetch method
### v0.3.4

@@ -7,0 +11,0 @@

2

connect.js

@@ -166,3 +166,3 @@ "use strict";

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

@@ -169,0 +169,0 @@ };

{
"name": "react-apollo",
"version": "0.3.4",
"version": "0.3.5",
"description": "React data container for Apollo Client",

@@ -10,3 +10,6 @@ "main": "index.js",

"posttest": "npm run lint",
"filesize": "npm run compile:browser && ./scripts/filesize.js --file=./dist/index.min.js --maxGzip=13",
"compile": "tsc",
"compile:browser": "rm -rf ./dist && mkdir ./dist && browserify ./lib/src/index.js --i react --i apollo-client -o=./dist/index.js && npm run minify:browser",
"minify:browser": "uglifyjs --compress --mangle --screw-ie8 -o=./dist/index.min.js -- ./dist/index.js",
"watch": "tsc -w",

@@ -39,2 +42,3 @@ "lint": "tslint src/*.ts* && tslint test/*.ts*",

"apollo-client": "^0.3.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",

@@ -44,7 +48,11 @@ "chai-as-promised": "^5.2.0",

"cheerio": "^0.20.0",
"colors": "^1.1.2",
"enzyme": "^2.2.0",
"graphql": "^0.5.0",
"gzip-size": "^3.0.0",
"istanbul": "^0.4.2",
"jsdom": "^8.3.1",
"minimist": "^1.2.0",
"mocha": "^2.3.3",
"pretty-bytes": "^3.0.1",
"react": "^15.0.1",

@@ -60,3 +68,4 @@ "react-addons-test-utils": "^15.0.1",

"typescript-require": "^0.2.9-1",
"typings": "^0.7.9"
"typings": "^0.7.9",
"uglify-js": "^2.6.2"
},

@@ -63,0 +72,0 @@ "dependencies": {

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