windowed-observable
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -26,3 +26,3 @@ export declare const EVENTS = "__events__"; | ||
_namespace: string; | ||
static initialize(): void; | ||
private static initialize; | ||
constructor(namespace: string); | ||
@@ -29,0 +29,0 @@ private get events(); |
{ | ||
"name": "windowed-observable", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Simple messaging api", | ||
@@ -15,3 +15,4 @@ "main": "./dist/index.js", | ||
"build": "tsc", | ||
"prepare": "yarn build" | ||
"prepare": "yarn build", | ||
"validate": "npm-run-all --parallel lint test build" | ||
}, | ||
@@ -34,2 +35,3 @@ "repository": { | ||
"jest": "^24.9.0", | ||
"npm-run-all": "^4.1.5", | ||
"ts-jest": "^24.2.0", | ||
@@ -36,0 +38,0 @@ "typescript": "^3.7.2" |
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
9447
8