Socket
Socket
Sign inDemoInstall

@types/falcor-json-graph

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/falcor-json-graph - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

12

falcor-json-graph/index.d.ts

@@ -75,4 +75,4 @@ // Type definitions for falcor-json-graph 1.1.7

jsonGraph: JSONGraph;
paths?: Array<PathSet>;
invalidate?: Array<PathSet>;
paths?: Array<PathSet> | undefined;
invalidate?: Array<PathSet> | undefined;
}

@@ -84,5 +84,5 @@

interface Range {
from?: number;
to?: number;
length?: number;
from?: number | undefined;
to?: number | undefined;
length?: number | undefined;
}

@@ -96,3 +96,3 @@

interface Sentinel {
$expires?: number;
$expires?: number | undefined;
}

@@ -99,0 +99,0 @@

{
"name": "@types/falcor-json-graph",
"version": "1.1.17",
"version": "1.1.18",
"description": "TypeScript definitions for falcor-json-graph",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph",
"license": "MIT",

@@ -19,3 +20,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -28,4 +29,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "da4002b021b16821fbf73621b9b9226ec7bcbf0e147eb429b6e292894f0e8614",
"typeScriptVersion": "2.4"
"typesPublisherContentHash": "a04ee396c035345039a43affca4506c4b85b9c3684cf9719a295012e1c39c002",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph.
Additional Details
* Last updated: Thu, 11 Jul 2019 00:11:53 GMT
### Additional Details
* Last updated: Thu, 08 Jul 2021 12:01:27 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Quramy <https://github.com/Quramy>, and LukeRielley <https://github.com/lukerielley>.
These definitions were written by [Quramy](https://github.com/Quramy), and [LukeRielley](https://github.com/lukerielley).

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