Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@types/oboe

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/oboe - npm Package Compare versions

Comparing version
2.0.29
to
2.1.0
+7
-4
oboe/index.d.ts

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

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