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.4 to 10.1.5

24

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

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

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

@@ -463,0 +439,0 @@ transactionID: number,

4

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

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

"dependencies": {},
"typesPublisherContentHash": "7aef000eae175593b73c8db567609eef593e447156acd0ccf4e2da5b8b090e7a",
"typesPublisherContentHash": "a0f56f0a972cf587324e7d1168735a5194482299f3fc4d133c6e7bb319257db0",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Tue, 08 Dec 2020 21:53:51 GMT
* Last updated: Wed, 16 Dec 2020 12:25:08 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