New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@types/react-lazyload

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/react-lazyload - npm Package Compare versions

Comparing version
3.2.1
to
3.2.2
+0
-7
react-lazyload/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for react-lazyload ver 3.2
// Project: https://github.com/jasonslyvia/react-lazyload
// Definitions by: m0a <https://github.com/m0a>
// svobik7 <https://github.com/svobik7>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import { Component, CSSProperties, ReactNode } from "react";

@@ -9,0 +2,0 @@

+7
-7
{
"name": "@types/react-lazyload",
"version": "3.2.1",
"description": "TypeScript definitions for react-lazyload ver",
"version": "3.2.2",
"description": "TypeScript definitions for react-lazyload",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-lazyload",

@@ -10,9 +10,9 @@ "license": "MIT",

"name": "m0a",
"url": "https://github.com/m0a",
"githubUsername": "m0a"
"githubUsername": "m0a",
"url": "https://github.com/m0a"
},
{
"name": "svobik7",
"url": "https://github.com/svobik7",
"githubUsername": "svobik7"
"githubUsername": "svobik7",
"url": "https://github.com/svobik7"
}

@@ -31,4 +31,4 @@ ],

},
"typesPublisherContentHash": "b4204627573ec3efde0f5075bef5fbe96c0f5c8728061fc6a4d4815650e60ec5",
"typesPublisherContentHash": "06a35fe98ff8d1e1e0a1f6dc26fc47c780c1f568900e6ec5baf8361b7cbaf019",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-lazyload ver (https://github.com/jasonslyvia/react-lazyload).
This package contains type definitions for react-lazyload (https://github.com/jasonslyvia/react-lazyload).

@@ -12,9 +12,2 @@ # Details

````ts
// Type definitions for react-lazyload ver 3.2
// Project: https://github.com/jasonslyvia/react-lazyload
// Definitions by: m0a <https://github.com/m0a>
// svobik7 <https://github.com/svobik7>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import { Component, CSSProperties, ReactNode } from "react";

@@ -54,7 +47,6 @@

### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
* Global values: none
# Credits
These definitions were written by [m0a](https://github.com/m0a), and [svobik7](https://github.com/svobik7).