Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extended-eventsource

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extended-eventsource - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

3

package.json
{
"name": "extended-eventsource",
"version": "1.2.1",
"version": "1.2.2",
"author": "Lukas Reining",

@@ -24,2 +24,3 @@ "readme": "README.md",

"build": "rimraf dist && tsc --project tsconfig.lib.json",
"publish": "npm publish --public",
"test": "jest"

@@ -26,0 +27,0 @@ },

@@ -55,6 +55,2 @@ # EventSource

};
eventSource.onclose = () => {
console.log('Connection closed');
};
```

@@ -61,0 +57,0 @@

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