@types/oboe
Advanced tools
+7
-4
@@ -1,2 +0,2 @@ | ||
| // Type definitions for oboe v2.0.3 | ||
| // Type definitions for oboe 2.1 | ||
| // Project: https://github.com/jimhigson/oboe.js | ||
@@ -11,5 +11,6 @@ // Definitions by: Jared Klopper <https://github.com/optical> | ||
| drop: Object; | ||
| (url: string): Oboe; | ||
| (options: Options): Oboe; | ||
| (stream: NodeJS.ReadableStream): Oboe; | ||
| (url: string): Oboe; // simple fetch the url | ||
| (options: Options): Oboe; // fetch with full parameters | ||
| (stream: NodeJS.ReadableStream): Oboe; // read data from the given Node stream | ||
| (): Oboe; // parse data given by the emit() calls | ||
| } | ||
@@ -38,2 +39,4 @@ | ||
| emit(message: 'data' | 'end', data?: string): void; | ||
| source: string; | ||
@@ -40,0 +43,0 @@ } |
| { | ||
| "name": "@types/oboe", | ||
| "version": "2.0.29", | ||
| "version": "2.1.0", | ||
| "description": "TypeScript definitions for oboe", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
| }, | ||
| "typesPublisherContentHash": "e251041b100c20906cb5fddd3d964821ed80eaf99a8800af6459a9b26ca1a3bf", | ||
| "typeScriptVersion": "3.0" | ||
| "typesPublisherContentHash": "29bbb63e2fd41201fd8195f68472bb7ef1d8e97992d09b146e97a1d0b951a608", | ||
| "typeScriptVersion": "3.4" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Fri, 15 May 2020 11:31:28 GMT | ||
| * Last updated: Tue, 02 Mar 2021 22:38:29 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: `oboe` |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
4440
4.94%53
3.92%1
Infinity%