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

altair-graphql-core

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altair-graphql-core - npm Package Compare versions

Comparing version 4.5.3 to 4.6.0

4

build/config.d.ts

@@ -142,3 +142,3 @@ import { SubscriptionProviderIds } from './subscriptions';

variables: string;
headers: IDictionary<any>;
headers: Record<string, any>;
environments: IInitialEnvironments;

@@ -150,3 +150,3 @@ preRequestScript: string;

initialSubscriptionsProvider: SubscriptionProviderIds;
initialSubscriptionsPayload: IDictionary<any>;
initialSubscriptionsPayload: Record<string, any>;
initialHttpMethod: "POST" | "GET" | "PUT" | "DELETE";

@@ -153,0 +153,0 @@ preserveState: boolean;

@@ -1,6 +0,6 @@

import { Observable } from 'rxjs';
import { IDictionary } from '../types/shared';
import { Observable } from "rxjs";
import { IDictionary } from "../types/shared";
export interface SubscriptionProviderExtraOptions {
onConnected?: (error: any, data: any) => void;
headers?: IDictionary;
headers?: IDictionary<string>;
}

@@ -7,0 +7,0 @@ export interface SubscriptionProviderExecuteOptions {

@@ -1,6 +0,4 @@

export interface IDictionary<V = any> {
[key: string]: V;
}
export declare type IDictionary<V = any> = Record<string, V>;
export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
export declare type TODO = any;
//# sourceMappingURL=shared.d.ts.map
{
"name": "altair-graphql-core",
"version": "4.5.3",
"version": "4.6.0",
"description": "Several of the core logic for altair graphql client",

@@ -29,2 +29,6 @@ "main": "./build/index.js",

"homepage": "https://github.com/altair-graphql/altair#readme",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair"
},
"devDependencies": {

@@ -34,35 +38,30 @@ "@types/actioncable": "^5.2.5",

"@types/uuid": "^8.3.0",
"ajv": "^6.12.3",
"ajv-cli": "^5.0.0",
"react": "^17.0.2",
"ts-node": "^8.5.4",
"ajv": "6.12.3",
"ajv-cli": "5.0.0",
"react": "17.0.2",
"ts-node": "9.1.1",
"typescript": "4.0.7",
"typescript-json-schema": "^0.50.1"
"typescript-json-schema": "0.50.1"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"actioncable": "^5.2.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"aws-appsync-auth-link": "^3.0.2",
"aws-appsync-subscription-link": "^3.0.3",
"convert-css-color-name-to-hex": "^0.1.1",
"deepmerge": "^4.2.2",
"graphql": "^15.5.1",
"graphql-sse": "^1.2.2",
"graphql-ws": "^5.8.2",
"loglevel": "^1.7.1",
"loglevel-plugin-prefix": "^0.8.4",
"rxjs": "^7.1.0",
"@apollo/client": "3.3.20",
"actioncable": "5.2.6",
"apollo-cache-inmemory": "1.6.6",
"apollo-link": "1.2.14",
"apollo-link-http": "1.5.17",
"aws-appsync-auth-link": "3.0.4",
"aws-appsync-subscription-link": "3.0.6",
"convert-css-color-name-to-hex": "0.1.1",
"deepmerge": "4.2.2",
"graphql": "15.5.1",
"graphql-sse": "1.2.2",
"graphql-ws": "5.8.2",
"loglevel": "1.8.0",
"loglevel-plugin-prefix": "0.8.4",
"rxjs": "7.1.0",
"subscriptions-transport-ws": "0.9.19",
"util": "^0.12.4",
"uuid": "^8.3.2"
"util": "0.12.4",
"uuid": "8.3.2"
},
"gitHead": "eedd83bc5a024954523a28f3a0a858b8e62b75b3"
"gitHead": "034b5244fe2a51c0e14d4bd106044e46f0410f6c"
}
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