Socket
Socket
Sign inDemoInstall

eventsource

Package Overview
Dependencies
0
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

4

HISTORY.md

@@ -0,1 +1,5 @@

# [2.0.1](https://github.com/EventSource/eventsource/compare/v2.0.0...v2.0.1)
* Fix `URL is not a constructor` error for browser ([#268](https://github.com/EventSource/eventsource/pull/268) Ajinkya Rajput)
# [2.0.0](https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.0)

@@ -2,0 +6,0 @@

1

lib/eventsource.js
var parse = require('url').parse
var URL = require('url').URL
var events = require('events')

@@ -4,0 +3,0 @@ var https = require('https')

{
"name": "eventsource",
"version": "2.0.0",
"version": "2.0.1",
"description": "W3C compliant EventSource client for Node.js and browser (polyfill)",

@@ -55,4 +55,7 @@ "keywords": [

"example/eventsource-polyfill.js"
],
"globals": [
"URL"
]
}
}
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