@types/open-graph-scraper 4.8.3 → 4.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
open-graph-scraper/LICENSE
CHANGED
File without changes
|
open-graph-scraper/README.md
CHANGED
@@ -8,9 +8,8 @@ This package contains type definitions for open-graph-scraper (https://github.co
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/open-graph-scraper.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
|
12
12
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
13
|
-
* Global values: none
|
14
13
|
|
15
14
|
# Credits
|
16
15
|
These definitions were written by [Florian Imdahl](https://github.com/ffflorian).
|
open-graph-scraper/index.d.ts
CHANGED
@@ -1,8 +1,3 @@
|
|
1
|
-
// Type definitions for open-graph-scraper 4.8
|
2
|
-
// Project: https://github.com/jshemas/openGraphScraper#readme
|
3
|
-
// Definitions by: Florian Imdahl <https://github.com/ffflorian>
|
4
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
5
|
-
|
6
1
|
/// <reference types="node" />
|
7
2
|
|
8
3
|
import { PassThrough } from "stream";
|
open-graph-scraper/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/open-graph-scraper",
|
3
|
-
"version": "4.8.
|
3
|
+
"version": "4.8.5",
|
4
4
|
"description": "TypeScript definitions for open-graph-scraper",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/open-graph-scraper",
|
6
6
|
"license": "MIT",
|
7
7
|
"contributors": [
|
8
8
|
{
|
9
9
|
"name": "Florian Imdahl",
|
10
|
-
"
|
11
|
-
"
|
10
|
+
"githubUsername": "ffflorian",
|
11
|
+
"url": "https://github.com/ffflorian"
|
12
12
|
}
|
13
13
|
],
|
14
14
|
"main": "",
|
@@ -22,6 +22,6 @@
|
|
22
22
|
"dependencies": {
|
23
23
|
"@types/node": "*"
|
24
24
|
},
|
25
|
-
"typesPublisherContentHash": "
|
26
|
-
"typeScriptVersion": "4.
|
25
|
+
"typesPublisherContentHash": "30447e5b0aa13f00671949432287abdffdd4364f3fbf70e51ca088d7c16fd4d2",
|
26
|
+
"typeScriptVersion": "4.5"
|
27
27
|
}
|