@types/react-lazylog
Advanced tools
Comparing version 3.1.1 to 4.4.0
@@ -6,2 +6,3 @@ import { Component, ReactNode, CSSProperties } from "react"; | ||
url: string; | ||
text?: string; | ||
fetchOptions?: RequestInit; | ||
@@ -23,2 +24,7 @@ stream?: boolean; | ||
style?: CSSProperties; | ||
loadingComponent?: any; | ||
lineClassName?: string; | ||
highlightLineClassName?: string; | ||
extraLines?: number; | ||
caseInsensitive?: boolean; | ||
} | ||
@@ -25,0 +31,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-lazylog 3.1 | ||
// Type definitions for react-lazylog 4.4 | ||
// Project: https://github.com/mozilla-frontend-infra/react-lazylog | ||
@@ -8,2 +8,8 @@ // Definitions by: Benjamin Romano <https://github.com/benjaminRomano> | ||
export * from "./build/LazyLog"; | ||
export * from "./build/Line"; | ||
export * from "./build/LineContent"; | ||
export * from "./build/LineNumber"; | ||
export * from "./build/LinePart"; | ||
export * from "./build/Loading"; | ||
export * from "./build/ScrollFollow"; | ||
export * from "./build/SearchBar"; |
{ | ||
"name": "@types/react-lazylog", | ||
"version": "3.1.1", | ||
"version": "4.4.0", | ||
"description": "TypeScript definitions for react-lazylog", | ||
@@ -14,13 +14,15 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-lazylog" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"immutable": ">=3.8.2", | ||
"@types/react": "*" | ||
"@types/react": "*", | ||
"immutable": ">=3.8.2" | ||
}, | ||
"typesPublisherContentHash": "9bfcfdca667c470f6aab99e0ff67d782f0cee81c612e932061c0565db65c30f5", | ||
"typesPublisherContentHash": "f60afba72540f89641eb6b96f6725e38f2bd5144712d554de4d1d25c2d824b47", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-lazylog | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-lazylog. | ||
Additional Details | ||
* Last updated: Sat, 04 Aug 2018 00:56:33 GMT | ||
* Dependencies: react, immutable | ||
### Additional Details | ||
* Last updated: Wed, 20 Nov 2019 20:03:28 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/immutable](https://npmjs.com/package/@types/immutable) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Benjamin Romano <https://github.com/benjaminRomano>. | ||
These definitions were written by Benjamin Romano (https://github.com/benjaminRomano). |
Sorry, the diff of this file is not supported yet
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
6785
12
121