Socket
Socket
Sign inDemoInstall

@types/event-source-polyfill

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

6

event-source-polyfill/index.d.ts
declare global {
// Declare empty stub interfaces for environments where "dom" lib is not included
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface EventSource {}
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface EventSourceInit {}

@@ -78,3 +78,3 @@ }

// defined as `type` to be compatible with typescript's lib.dom.d.ts
// tslint:disable-next-line:interface-over-type-literal
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
export type EventSourceConstructor = {

@@ -81,0 +81,0 @@ prototype: any;

{
"name": "@types/event-source-polyfill",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for event-source-polyfill",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/event-source-polyfill",

"dependencies": {},
"typesPublisherContentHash": "4efbc4713a7b95d3fafbe0b388ac45891fbd497cdbec69fac4f9fd9238de15f1",
"typesPublisherContentHash": "a5648b214462b46821e1039f062ad1c2156256ad6bff467b831993e01216663f",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc