New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

extended-eventsource

Package Overview
Dependencies
Maintainers
1
Versions
35
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.4 to 1.2.5

dist/eventsource.js

19

package.json
{
"name": "extended-eventsource",
"version": "1.2.4",
"version": "1.2.5",
"author": "Lukas Reining",

@@ -23,11 +23,20 @@ "readme": "README.md",

"scripts": {
"build": "rimraf dist && tsc --project tsconfig.lib.json",
"publish": "npm publish --public",
"test": "jest"
"test": "jest",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"clean": "rimraf dist",
"build": "npm run clean && npm run build:types && npm run build:js",
"build:types": "tsc -p tsconfig.lib.json",
"build:js": "babel src --out-dir dist --extensions \".ts\" --source-maps inline",
"publish": "npm publish --public"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/jest": "^29.5.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"esbuild": "^0.19.5",
"core-js": "^3.33.2",
"eslint": "^8.53.0",

@@ -34,0 +43,0 @@ "jest": "^29.7.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