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.0 to 1.0.1

12

event-source-polyfill/index.d.ts

@@ -49,5 +49,5 @@ // Type definitions for event-source-polyfill 1.0

export class EventSourcePolyfill {
static readonly CLOSED: number;
static readonly CONNECTING: number;
static readonly OPEN: number;
static readonly CLOSED: 2;
static readonly CONNECTING: 0;
static readonly OPEN: 1;

@@ -63,5 +63,5 @@ constructor(url: string, options?: EventSourcePolyfillInit);

readonly withCredentials: boolean;
readonly CLOSED: number;
readonly CONNECTING: number;
readonly OPEN: number;
readonly CLOSED: 2;
readonly CONNECTING: 0;
readonly OPEN: 1;

@@ -68,0 +68,0 @@ close(): void;

{
"name": "@types/event-source-polyfill",
"version": "1.0.0",
"version": "1.0.1",
"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": "1f195822cea76939f4f492d1e8e58dd3eedc93975ec84b9f2448b6fbaa544a1f",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "b48673ad92543e84f0906ab2025094f4eb95a67afaa1b0f9aff929b12a91e2e8",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Fri, 05 Nov 2021 18:01:37 GMT
* Last updated: Tue, 24 Jan 2023 21:02:44 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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