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

@types/relay-runtime

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/relay-runtime - npm Package Compare versions

Comparing version 10.1.6 to 10.1.7

1

relay-runtime/lib/store/RelayModernEnvironment.d.ts

@@ -44,2 +44,3 @@ import { HandlerProvider } from '../handlers/RelayDefaultHandlerProvider';

configName: string | null | undefined;
requiredFieldLogger: RequiredFieldLogger;
constructor(config: EnvironmentConfig);

@@ -46,0 +47,0 @@ getStore(): Store;

@@ -639,2 +639,24 @@ import { ReaderFragment } from '../util/ReaderNode';

}): RelayObservable<GraphQLResponse>;
/**
* Returns true if a request is currently "active", meaning it's currently
* actively receiving payloads or downloading modules, and has not received
* a final payload yet. Note that a request might still be pending (or "in flight")
* without actively receiving payload, for example a live query or an
* active GraphQL subscription
*/
isRequestActive(requestIdentifier: string): boolean;
/**
* Returns true if the environment is for use during server side rendering.
* functions like getQueryResource key off of this in order to determine
* whether we need to set up certain caches and timeout's.
*/
isServer(): boolean;
/**
* Called by Relay when it encounters a missing field that has been annotated
* with `@required(action: LOG)`.
*/
requiredFieldLogger: RequiredFieldLogger;
}

@@ -641,0 +663,0 @@

4

relay-runtime/package.json
{
"name": "@types/relay-runtime",
"version": "10.1.6",
"version": "10.1.7",
"description": "TypeScript definitions for relay-runtime",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "bfdb6894bb853e61e478b6629d1376f14012da4eeb35db22b052cf3c6e7b6607",
"typesPublisherContentHash": "5cdcad6a495469c92ad180544ea74fdf232e7b67582caf22a0f25e21e8b25c12",
"typeScriptVersion": "3.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 24 Dec 2020 01:25:27 GMT
* Last updated: Thu, 07 Jan 2021 12:31:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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