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 5.0.3 to 5.0.4

6

relay-runtime/index.d.ts

@@ -678,2 +678,3 @@ // Type definitions for relay-runtime 5.0

| ReaderCondition
| ReaderClientExtension
| ReaderField

@@ -730,2 +731,7 @@ | ReaderFragmentSpread

interface ReaderClientExtension {
readonly kind: 'ClientExtension';
readonly selections: ReadonlyArray<ReaderSelection>;
}
interface ReaderFragmentSpread {

@@ -732,0 +738,0 @@ readonly kind: string; // 'FragmentSpread';

4

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

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

"dependencies": {},
"typesPublisherContentHash": "4d51f85451123d1e333dbb2920064699ad2db2d0a504c2cbdf97f0f450377fd3",
"typesPublisherContentHash": "a401535fd25d3bd33211a30d87f2225b9a41c41004b6fc3f0da174443bbd716f",
"typeScriptVersion": "3.0"
}

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

Additional Details
* Last updated: Wed, 24 Jul 2019 18:12:00 GMT
* Last updated: Wed, 11 Sep 2019 10:59:30 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