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.10 to 1.1.11

8

eventsource/dom-monkeypatch.d.ts

@@ -42,6 +42,6 @@ /**

readonly type: string;
readonly AT_TARGET: number;
readonly BUBBLING_PHASE: number;
readonly CAPTURING_PHASE: number;
readonly NONE: number;
readonly AT_TARGET: 2;
readonly BUBBLING_PHASE: 3;
readonly CAPTURING_PHASE: 1;
readonly NONE: 0;
composedPath(): any[];

@@ -48,0 +48,0 @@ initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;

@@ -8,2 +8,3 @@ // Type definitions for eventsource 1.1

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 5.0

@@ -10,0 +11,0 @@ // eventsource uses DOM dependencies which are absent in a browserless environment like node.js.

{
"name": "@types/eventsource",
"version": "1.1.10",
"version": "1.1.11",
"description": "TypeScript definitions for eventsource",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eventsource",

"dependencies": {},
"typesPublisherContentHash": "a602692f8181e9e1be6e20f32bde10f4a610afd219655809af5fcd9e707d9d94",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "2df4dbb36f67d849e4646975d4492e2af663514e410fe20d70e1595a9aca4f2d",
"typeScriptVersion": "5.0"
}

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

### Additional Details
* Last updated: Fri, 21 Oct 2022 22:03:10 GMT
* Last updated: Mon, 23 Jan 2023 16:02:35 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