Socket
Socket
Sign inDemoInstall

better-sse

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

1

build/createSession.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { Session, SessionState } from "./Session";

@@ -3,0 +2,0 @@ /**

4

package.json
{
"name": "better-sse",
"description": "Dead simple, dependency-less, spec-compliant server-side events implementation for Node, written in TypeScript.",
"version": "0.7.0",
"version": "0.7.1",
"main": "./build/index.js",

@@ -51,7 +51,5 @@ "types": "./build/index.d.ts",

"build": "webpack --env production",
"dev": "webpack --env development",
"test": "jest",
"clean": "rimraf ./build",
"format": "prettier --write ./src/**/*.ts",
"typedefs": "tsc --emitDeclarationOnly",
"lint": "eslint \"./src/**/*.ts\""

@@ -58,0 +56,0 @@ },

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