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

@proscom/prostore-apollo-react

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/prostore-apollo-react - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/prostore-apollo-react.d.ts

5

lib/ApolloClientsContext.js

@@ -23,3 +23,6 @@ "use strict";

const apolloClientsContext = react_1.useContext(exports.ApolloClientsContext);
if (typeof clientOrName === 'string') {
if (!clientOrName) {
return apolloClientsContext.getClient();
}
else if (typeof clientOrName === 'string') {
return apolloClientsContext.getClient(clientOrName);

@@ -26,0 +29,0 @@ }

17

package.json
{
"name": "@proscom/prostore-apollo-react",
"version": "0.0.2",
"version": "0.0.3",
"description": "> TODO: description",

@@ -18,9 +18,14 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>",

"scripts": {
"tsc": "tsc",
"build": "tsc",
"watch": "tsc --watch --preserveWatchOutput",
"watch-push": "nodemon --config yalc-push.nodemon.json",
"watch-build-push": "concurrently \"npm run watch\" \"npm run watch-push\"",
"yalc-publish": "yalc publish",
"yalc-push": "yalc push",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@proscom/prostore": "^0.0.2",
"@proscom/prostore-apollo": "^0.0.2",
"@proscom/prostore-react": "^0.0.2"
"@proscom/prostore": "^0.0.3",
"@proscom/prostore-apollo": "^0.0.3",
"@proscom/prostore-react": "^0.0.3"
},

@@ -37,3 +42,3 @@ "peerDependencies": {

},
"gitHead": "c48c3142405b42019c0dc23a40b3c4da82bb3604"
"gitHead": "dead0fc8c7ff0e78af7740eee6f424f0e0bff430"
}

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