New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/eventsource

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/eventsource - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

12

eventsource/dom-monkeypatch.d.ts

@@ -62,11 +62,11 @@ interface EventListener {

interface EventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
bubbles?: boolean | undefined;
cancelable?: boolean | undefined;
composed?: boolean | undefined;
}
interface MessageEventInit<T = any> extends EventInit {
data?: T;
lastEventId?: string;
origin?: string;
data?: T | undefined;
lastEventId?: string | undefined;
origin?: string | undefined;
}

@@ -73,0 +73,0 @@

@@ -41,7 +41,7 @@ // Type definitions for eventsource 1.1

interface EventSourceInitDict {
withCredentials?: boolean;
headers?: object;
proxy?: string;
https?: object;
rejectUnauthorized?: boolean;
withCredentials?: boolean | undefined;
headers?: object | undefined;
proxy?: string | undefined;
https?: object | undefined;
rejectUnauthorized?: boolean | undefined;
}

@@ -48,0 +48,0 @@ }

{
"name": "@types/eventsource",
"version": "1.1.5",
"version": "1.1.6",
"description": "TypeScript definitions for eventsource",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eventsource",
"license": "MIT",

@@ -44,4 +45,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "bc8e51bb7f1d24462ed15af8b3a2c72d6de8a251821b58bbdd19298a03172e9b",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "96cf1f332e37bc4c67a5b29c7d2b1c97ce270a176ac11b10ee38fb1d5074d374",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 28 Oct 2020 18:21:38 GMT
* Last updated: Tue, 06 Jul 2021 19:03:42 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `MessageEvent`

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