better-sse
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Session, SessionState } from "./Session"; | ||
@@ -3,0 +2,0 @@ /** |
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34068
13
350