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.22 to 1.1.23

8

falcor-json-graph/index.d.ts

@@ -36,3 +36,3 @@ export = FalcorJsonGraph;

*/
type Path = Array<Key>;
type Path = Key[];

@@ -42,3 +42,3 @@ /**

*/
type PathSet = Array<KeySet>;
type PathSet = KeySet[];

@@ -70,4 +70,4 @@ /**

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

@@ -74,0 +74,0 @@

{
"name": "@types/falcor-json-graph",
"version": "1.1.22",
"version": "1.1.23",
"description": "TypeScript definitions for falcor-json-graph",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph",

"dependencies": {},
"typesPublisherContentHash": "82237a4a6c768c99542d750d22250a74d25122bb6ff2302a3e29d727e8ec528b",
"typesPublisherContentHash": "4a2659f9ece12957d5b8c1e101a854b6ba61ecbcdfb76c157860be8a8a3673bb",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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