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 1.3.5 to 1.3.6

9

relay-runtime/index.d.ts

@@ -64,2 +64,7 @@ // Type definitions for relay-runtime 1.3

// ~~~~~~~~~~~~~~~~~~~~~
// Constants
// ~~~~~~~~~~~~~~~~~~~~~
export const ROOT_ID: string;
// ~~~~~~~~~~~~~~~~~~~~~
// RelayQL

@@ -193,3 +198,3 @@ // ~~~~~~~~~~~~~~~~~~~~~

delete(dataID: DataID): void;
get(dataID: DataID): Array<RecordProxy | null> | null;
get(dataID: DataID): RecordProxy | null;
getRoot(): RecordProxy;

@@ -1015,3 +1020,3 @@ }

// exposed through RelayModern, not Runtime directly
export type commitLocalUpdate = (environment: Environment, updater: StoreUpdater) => void;
export function commitLocalUpdate(environment: Environment, updater: StoreUpdater): void;

@@ -1018,0 +1023,0 @@ // ~~~~~~~~~~~~~~~~~~~~~

{
"name": "@types/relay-runtime",
"version": "1.3.5",
"version": "1.3.6",
"description": "TypeScript definitions for relay-runtime",

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

"dependencies": {},
"typesPublisherContentHash": "a80ecc825940dea2dc875a35f282f0394e9ed458d7959cee8219e821999fd9a5",
"typesPublisherContentHash": "4fd59aa76d60f195327d1b9bf785e291de8443513846d70756ae5d62a006c5fa",
"typeScriptVersion": "2.9"
}

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

Additional Details
* Last updated: Sun, 26 Aug 2018 19:04:58 GMT
* Last updated: Thu, 30 Aug 2018 16:35:52 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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