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.3 to 10.1.4

29

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

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

| Readonly<{
name: 'network.info',
transactionID: number,
info: unknown,
}>
| Readonly<{
name: 'network.start',
transactionID: number,
params: RequestParameters,
variables: Variables,
}>
| Readonly<{
name: 'network.next',
transactionID: number,
response: GraphQLResponse,
}>
| Readonly<{
name: 'network.error',
transactionID: number,
error: Error,
}>
| Readonly<{
name: 'network.complete',
transactionID: number,
}>
| Readonly<{
name: 'network.unsubscribe',
transactionID: number,
}>
| Readonly<{
name: 'store.publish';

@@ -463,0 +492,0 @@ source: RecordSource;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "5f0246e71d00f6f941bd5f3e748060b9fdd3ed2896f18a0c5e8baa7568938179",
"typesPublisherContentHash": "7aef000eae175593b73c8db567609eef593e447156acd0ccf4e2da5b8b090e7a",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Mon, 30 Nov 2020 12:47:10 GMT
* Last updated: Tue, 08 Dec 2020 21:53:51 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