Socket
Socket
Sign inDemoInstall

@apollo/react-components

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/react-components - npm Package Compare versions

Comparing version 0.1.0-beta.5 to 0.1.0-beta.6

2

lib/types.d.ts
/// <reference types="react" />
import { OperationVariables, QueryFunctionOptions, QueryResult, BaseMutationOptions, MutationFunction, MutationResult, SubscriptionResult } from '@apollo/react-common';
import { DocumentNode } from 'graphql';
import { BaseSubscriptionOptions } from '@apollo/react-common/src/types/types';
import { BaseSubscriptionOptions } from '@apollo/react-common';
export interface QueryComponentOptions<TData = any, TVariables = OperationVariables> extends QueryFunctionOptions<TData, TVariables> {

@@ -6,0 +6,0 @@ children: (result: QueryResult<TData, TVariables>) => JSX.Element | null;

{
"name": "@apollo/react-components",
"description": "React Apollo Query, Mutation and Subscription components.",
"version": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"author": "opensource@apollographql.com",

@@ -15,2 +15,5 @@ "keywords": [

"module": "./lib/react-components.esm.js",
"react-native": {
"react-dom/server": false
},
"typings": "./lib/index.d.ts",

@@ -37,7 +40,7 @@ "repository": {

"peerDependencies": {
"apollo-cache": "^1.3.0",
"apollo-client": "^2.6.0",
"apollo-link": "^1.2.11",
"apollo-utilities": "^1.3.0",
"graphql": "^14.2.1",
"apollo-cache": "^1.3.2",
"apollo-client": "^2.6.2",
"apollo-link": "^1.2.12",
"apollo-utilities": "^1.3.2",
"graphql": "^14.3.1",
"react": "^16.8.3",

@@ -47,8 +50,8 @@ "react-dom": "^16.8.3"

"dependencies": {
"@apollo/react-common": "^0.1.0-beta.6",
"@apollo/react-hooks": "^0.1.0-beta.8",
"@apollo/react-common": "^0.1.0-beta.7",
"@apollo/react-hooks": "^0.1.0-beta.9",
"hoist-non-react-statics": "^3.3.0",
"prop-types": "^15.7.2",
"ts-invariant": "^0.4.2",
"tslib": "^1.9.3"
"ts-invariant": "^0.4.4",
"tslib": "^1.10.0"
},

@@ -67,3 +70,3 @@ "files": [

},
"gitHead": "f0ad14e4304a9b58381b292fe8ad739a0ab4534b"
"gitHead": "ce33f8a5ce250518d521de39982dc49f1fe9a793"
}
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