@types/react-relay
Advanced tools
Comparing version 0.9.4 to 0.9.5
{ | ||
"name": "@types/react-relay", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "TypeScript definitions for react-relay 0.9.2", | ||
@@ -13,5 +13,8 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@types/react": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "react-relay.d.ts", | ||
"typesPublisherContentHash": "84deffb109930c2161053628d8d88e1f15b1ba487b00c7db6278a0b334f641ac" | ||
"typesPublisherContentHash": "14a671f60404e3b2b390b5b10fa6c88bb1b28a76a8e3df924c02d6b7632b8f0c" | ||
} |
@@ -26,3 +26,3 @@ // Type definitions for react-relay 0.9.2 | ||
interface RelayContainerClass<T> extends React.ComponentClass<T> { | ||
getFragment: ((q: string) => string) | ||
getFragment: ((q: string, v?: RelayVariables) => string) | ||
} | ||
@@ -29,0 +29,0 @@ |
@@ -11,6 +11,6 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: DeclareModule | ||
* Last updated: Mon, 07 Nov 2016 13:35:40 GMT | ||
* File structure: ModuleAugmentation | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Module Dependencies: react | ||
* Global values: none | ||
@@ -17,0 +17,0 @@ |
@@ -5,5 +5,7 @@ { | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "9", | ||
"moduleDependencies": [ | ||
"react" | ||
], | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 9, | ||
"libraryName": "react-relay 0.9.2", | ||
@@ -14,3 +16,3 @@ "typingsPackageName": "react-relay", | ||
"sourceBranch": "types-2.0", | ||
"kind": "DeclareModule", | ||
"kind": "ModuleAugmentation", | ||
"globals": [], | ||
@@ -24,3 +26,3 @@ "declaredModules": [ | ||
"hasPackageJson": false, | ||
"contentHash": "84deffb109930c2161053628d8d88e1f15b1ba487b00c7db6278a0b334f641ac" | ||
"contentHash": "14a671f60404e3b2b390b5b10fa6c88bb1b28a76a8e3df924c02d6b7632b8f0c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5447
112
1
+ Added@types/react@*
+ Added@types/react@19.0.4(transitive)
+ Addedcsstype@3.1.3(transitive)