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

reconnecting-eventsource

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reconnecting-eventsource - npm Package Compare versions

Comparing version 1.5.2 to 1.6.0

19

package.json
{
"name": "reconnecting-eventsource",
"version": "1.5.2",
"version": "1.6.0",
"description": "wrapper library around the JavaScript EventSource API to ensure it maintains a connection to the server.",
"main": "build/src/reconnecting-eventsource.js",
"module": "build/esm/reconnecting-eventsource.js",
"esnext": "build/esnext/reconnecting-eventsource.js",
"types": "build/src/reconnecting-eventsource.d.ts",
"main": "./build/src/reconnecting-eventsource.js",
"exports": {
".": {
"types": "./build/src/reconnecting-eventsource.d.ts",
"import": "./build/esm/reconnecting-eventsource.js",
"require": "./build/src/reconnecting-eventsource.js"
}
},
"module": "./build/esm/reconnecting-eventsource.js",
"esnext": "./build/esnext/reconnecting-eventsource.js",
"types": "./build/src/reconnecting-eventsource.d.ts",
"scripts": {

@@ -13,3 +20,3 @@ "clean": "rimraf build browser",

"build:commonjs": "tsc --project tsconfig.json",
"build:esm": "tsc --project tsconfig.esm.json",
"build:esm": "tsc --project tsconfig.esm.json && cp resources/esm_package.json build/esm/package.json",
"build:esnext": "tsc --project tsconfig.esnext.json",

@@ -16,0 +23,0 @@ "build:browser": "webpack",

Sorry, the diff of this file is not supported yet

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