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

ng-event-source

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-event-source - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

eventsource.js

@@ -153,3 +153,3 @@ /** @license

var initialRetry = getDuration(1000, 0);
var heartbeatTimeout = getDuration(45000, 0);
var heartbeatTimeout = getDuration(options.heartbeatTimeout || 45000, 0);

@@ -156,0 +156,0 @@ var lastEventId = "";

{
"name": "ng-event-source",
"version": "1.0.4",
"version": "1.0.5",
"main": "eventsource.js",

@@ -5,0 +5,0 @@ "typings": "typings.d.ts",

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