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

@types/react-lazylog

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-lazylog - npm Package Compare versions

Comparing version 3.1.1 to 4.4.0

react-lazylog/build/SearchBar.d.ts

6

react-lazylog/build/LazyLog.d.ts

@@ -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 @@

8

react-lazylog/index.d.ts

@@ -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";

12

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

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