Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-relay

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-relay - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

9

react-relay/package.json
{
"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"
}
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